128 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
103.394
ms
|
10876804 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
33.347
ms
|
9582 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
30.504
ms
|
9582 |
Yes
|
|
/classes/Manufacturer.php:211
/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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) WHERE ((sa.quantity>0)) |
22.683
ms
|
110224 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE cp.id_category, 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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='3522' GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=3 AND c.nleft>3 AND c.nright<210 GROUP BY cp.id_category |
19.035
ms
|
110224 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
106 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) GROUP BY p.id_product ORDER BY p.quantity DESC, p.id_product DESC LIMIT 0, 9999 |
15.614
ms
|
110224 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
129 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("511d644c3ae7c04e6f587590d66b5265", "a:1:{s:7:\"filters\";a:6:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Kategorijos\";s:6:\"values\";a:8:{i:888;a:2:{s:4:\"name\";s:27:\"Dekoracijos ir apšvietimas\";s:3:\"nbr\";i:46;}i:900;a:2:{s:4:\"name\";s:16:\"Tekstilė namams\";s:3:\"nbr\";i:86;}i:909;a:3:{s:4:\"name\";s:16:\"Vonios Kambariui\";s:3:\"nbr\";i:4;s:7:\"checked\";b:1;}i:919;a:2:{s:4:\"name\";s:16:\"Sodui ir Terasai\";s:3:\"nbr\";i:79;}i:938;a:2:{s:4:\"name\";s:39:\"Valymui, Duklių Siurbimui ir Lyginimui\";s:3:\"nbr\";i:5;}i:951;a:2:{s:4:\"name\";s:8:\"Technika\";s:3:\"nbr\";i:3;}i:1154;a:3:{s:4:\"name\";s:6:\"Baldai\";s:3:\"nbr\";i:33;s:7:\"checked\";b:1;}i:1171;a:2:{s:4:\"name\";s:25:\"Daiktų laikymo reikmenys\";s:3:\"nbr\";i:9;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;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:5:\"Kaina\";s:3:\"max\";d:788;s:3:\"min\";d:22;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:3:\"−\";i:5;s:1:\"+\";i:6;s:5:\"×10^\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:3:\"−\";i:5;s:1:\"+\";i:6;s:5:\"×10^\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:37;s:5:\"value\";N;}i:2;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"Prieinamumas\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:14:\"Yra sandėlyje\";s:3:\"nbr\";i:37;}i:0;a:2:{s:4:\"name\";s:8:\"Neturime\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:3;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:7:\"Būklė\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:5:\"Nauja\";s:3:\"nbr\";i:37;}s:4:\"used\";a:2:{s:4:\"name\";s:10:\"Panaudotas\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:24:\"Atnaujinta / Restauruota\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Svoris\";s:3:\"max\";d:42;s:3:\"min\";d:0.456;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:37;}i:5;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:16:\"Prekės ženklas\";s:6:\"values\";a:84:{i:2146;a:2:{s:4:\"name\";s:6:\"GARMIN\";s:3:\"nbr\";i:1;}i:2531;a:2:{s:4:\"name\";s:5:\"LAICA\";s:3:\"nbr\";i:3;}i:2734;a:2:{s:4:\"name\";s:11:\"InnovaGoods\";s:3:\"nbr\";i:11;}i:2952;a:2:{s:4:\"name\";s:8:\"Kärcher\";s:3:\"nbr\";i:1;}i:2984;a:2:{s:4:\"name\";s:12:\"Fisher Price\";s:3:\"nbr\";i:1;}i:3022;a:2:{s:4:\"name\";s:5:\"Smoby\";s:3:\"nbr\";i:2;}i:3522;a:3:{s:4:\"name\";s:11:\"BigBuy Home\";s:3:\"nbr\";i:37;s:7:\"checked\";b:1;}i:3524;a:2:{s:4:\"name\";s:13:\"BigBuy Garden\";s:3:\"nbr\";i:5;}i:3537;a:2:{s:4:\"name\";s:14:\"BigBuy Outdoor\";s:3:\"nbr\";i:3;}i:3543;a:2:{s:4:\"name\";s:13:\"BigBuy Beauty\";s:3:\"nbr\";i:1;}i:3548;a:2:{s:4:\"name\";s:10:\"BigBuy Fun\";s:3:\"nbr\";i:3;}i:3551;a:2:{s:4:\"name\";s:13:\"BigBuy Office\";s:3:\"nbr\";i:1;}i:3847;a:2:{s:4:\"name\";s:10:\"Confortime\";s:3:\"nbr\";i:11;}i:3853;a:2:{s:4:\"name\";s:4:\"Qlux\";s:3:\"nbr\";i:1;}i:3858;a:2:{s:4:\"name\";s:10:\"Tontarelli\";s:3:\"nbr\";i:1;}i:3863;a:2:{s:4:\"name\";s:10:\"Terraillon\";s:3:\"nbr\";i:4;}i:3918;a:2:{s:4:\"name\";s:8:\"Medisana\";s:3:\"nbr\";i:1;}i:3946;a:2:{s:4:\"name\";s:9:\"Badabulle\";s:3:\"nbr\";i:1;}i:3989;a:2:{s:4:\"name\";s:8:\"Decuevas\";s:3:\"nbr\";i:1;}i:4015;a:2:{s:4:\"name\";s:8:\"Luminarc\";s:3:\"nbr\";i:1;}i:4047;a:2:{s:4:\"name\";s:4:\"Quid\";s:3:\"nbr\";i:12;}i:4069;a:2:{s:4:\"name\";s:5:\"Versa\";s:3:\"nbr\";i:131;}i:4091;a:2:{s:4:\"name\";s:10:\"Gift Decor\";s:3:\"nbr\";i:38;}i:4150;a:2:{s:4:\"name\";s:4:\"Dymo\";s:3:\"nbr\";i:1;}i:4180;a:2:{s:4:\"name\";s:6:\"Sparco\";s:3:\"nbr\";i:1;}i:4190;a:2:{s:4:\"name\";s:6:\"Berilo\";s:3:\"nbr\";i:45;}i:4686;a:2:{s:4:\"name\";s:14:\"DKD Home Decor\";s:3:\"nbr\";i:945;}i:4714;a:2:{s:4:\"name\";s:5:\"DCOOK\";s:3:\"nbr\";i:1;}i:5488;a:2:{s:4:\"name\";s:5:\"PandC\";s:3:\"nbr\";i:1586;}i:5490;a:2:{s:4:\"name\";s:6:\"Foröl\";s:3:\"nbr\";i:20;}i:5684;a:2:{s:4:\"name\";s:9:\"Neomounts\";s:3:\"nbr\";i:1;}i:5685;a:2:{s:4:\"name\";s:8:\"Ergotron\";s:3:\"nbr\";i:1;}i:6021;a:2:{s:4:\"name\";s:11:\"TM Electron\";s:3:\"nbr\";i:5;}i:6071;a:2:{s:4:\"name\";s:10:\"Ferrestock\";s:3:\"nbr\";i:2;}i:6075;a:2:{s:4:\"name\";s:10:\"Fontastock\";s:3:\"nbr\";i:24;}i:6156;a:2:{s:4:\"name\";s:7:\"Kinvara\";s:3:\"nbr\";i:3;}i:6157;a:2:{s:4:\"name\";s:5:\"Kipit\";s:3:\"nbr\";i:21;}i:6294;a:2:{s:4:\"name\";s:5:\"Wenko\";s:3:\"nbr\";i:11;}i:6439;a:2:{s:4:\"name\";s:5:\"Livoo\";s:3:\"nbr\";i:2;}i:6667;a:2:{s:4:\"name\";s:4:\"Alco\";s:3:\"nbr\";i:5;}i:6859;a:2:{s:4:\"name\";s:6:\"Domiva\";s:3:\"nbr\";i:3;}i:6878;a:2:{s:4:\"name\";s:4:\"TOOD\";s:3:\"nbr\";i:2;}i:6879;a:2:{s:4:\"name\";s:17:\"Allibert by KETER\";s:3:\"nbr\";i:1;}i:6880;a:2:{s:4:\"name\";s:8:\"Demeyere\";s:3:\"nbr\";i:1;}i:6940;a:2:{s:4:\"name\";s:8:\"Fartools\";s:3:\"nbr\";i:1;}i:6946;a:2:{s:4:\"name\";s:10:\"Atmosphera\";s:3:\"nbr\";i:13;}i:6975;a:2:{s:4:\"name\";s:9:\"Fun House\";s:3:\"nbr\";i:5;}i:6998;a:2:{s:4:\"name\";s:4:\"Cedo\";s:3:\"nbr\";i:5;}i:6999;a:2:{s:4:\"name\";s:5:\"Gelco\";s:3:\"nbr\";i:5;}i:7073;a:2:{s:4:\"name\";s:9:\"Ecoiffier\";s:3:\"nbr\";i:1;}i:7137;a:2:{s:4:\"name\";s:8:\"Rousseau\";s:3:\"nbr\";i:1;}i:7157;a:2:{s:4:\"name\";s:11:\"EDM Product\";s:3:\"nbr\";i:34;}i:7164;a:2:{s:4:\"name\";s:5:\"Micel\";s:3:\"nbr\";i:6;}i:7172;a:2:{s:4:\"name\";s:8:\"Metaltex\";s:3:\"nbr\";i:6;}i:7179;a:2:{s:4:\"name\";s:18:\"5five Simply Smart\";s:3:\"nbr\";i:64;}i:7180;a:2:{s:4:\"name\";s:9:\"Progarden\";s:3:\"nbr\";i:2;}i:7183;a:2:{s:4:\"name\";s:9:\"SP Berner\";s:3:\"nbr\";i:1;}i:7185;a:2:{s:4:\"name\";s:6:\"Mirtak\";s:3:\"nbr\";i:5;}i:7191;a:2:{s:4:\"name\";s:6:\"Inofix\";s:3:\"nbr\";i:2;}i:7196;a:2:{s:4:\"name\";s:14:\"IPAE Progarden\";s:3:\"nbr\";i:5;}i:7208;a:2:{s:4:\"name\";s:3:\"Rei\";s:3:\"nbr\";i:59;}i:7294;a:2:{s:4:\"name\";s:11:\"Astigarraga\";s:3:\"nbr\";i:13;}i:7296;a:2:{s:4:\"name\";s:4:\"Ceys\";s:3:\"nbr\";i:1;}i:7304;a:2:{s:4:\"name\";s:11:\"Bensontools\";s:3:\"nbr\";i:2;}i:7305;a:2:{s:4:\"name\";s:8:\"Papernet\";s:3:\"nbr\";i:1;}i:7418;a:2:{s:4:\"name\";s:10:\"Toughbuilt\";s:3:\"nbr\";i:1;}i:7467;a:2:{s:4:\"name\";s:10:\"Hespéride\";s:3:\"nbr\";i:1;}i:7518;a:2:{s:4:\"name\";s:14:\"Little Balance\";s:3:\"nbr\";i:6;}i:7543;a:2:{s:4:\"name\";s:14:\"Domopak Living\";s:3:\"nbr\";i:8;}i:7555;a:2:{s:4:\"name\";s:6:\"Jobgar\";s:3:\"nbr\";i:3;}i:7662;a:2:{s:4:\"name\";s:10:\"Simon Rack\";s:3:\"nbr\";i:7;}i:7773;a:2:{s:4:\"name\";s:9:\"Q-Connect\";s:3:\"nbr\";i:1;}i:7899;a:2:{s:4:\"name\";s:8:\"Kaemingk\";s:3:\"nbr\";i:1;}i:7909;a:2:{s:4:\"name\";s:12:\"Archivo 2000\";s:3:\"nbr\";i:1;}i:7977;a:2:{s:4:\"name\";s:6:\"Bisley\";s:3:\"nbr\";i:4;}i:7978;a:2:{s:4:\"name\";s:9:\"SimonRack\";s:3:\"nbr\";i:3;}i:7998;a:2:{s:4:\"name\";s:4:\"Tork\";s:3:\"nbr\";i:1;}i:8006;a:2:{s:4:\"name\";s:6:\"Mondex\";s:3:\"nbr\";i:7;}i:8021;a:2:{s:4:\"name\";s:15:\"Terry Store-Age\";s:3:\"nbr\";i:8;}i:8194;a:2:{s:4:\"name\";s:6:\"Unisit\";s:3:\"nbr\";i:34;}i:8197;a:2:{s:4:\"name\";s:9:\"Artexport\";s:3:\"nbr\";i:8;}i:8619;a:2:{s:4:\"name\";s:12:\"Andrea House\";s:3:\"nbr\";i:18;}i:8848;a:2:{s:4:\"name\";s:7:\"Citadel\";s:3:\"nbr\";i:1;}i:10083;a:2:{s:4:\"name\";s:3:\"CIS\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}}}") |
15.350
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115975
ORDER BY f.position ASC |
13.285
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
10.542
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (115999,107348,115933,115979,115972,115991,116008,115996,115975,115925,115995,115929,115908,105294,105292,105286,102494,102425,102420,102414,115904,102495,116018,115988,115909,115919,114382,103494,115980,103493,83221,115987,115978,106390,102413,115974,115973) |
10.050
ms
|
37 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) |
8.804
ms
|
110224 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
140 |
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
8.695
ms
|
568 |
|
|
/classes/Hook.php:457
/classes/Hook.php:494 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p |
8.555
ms
|
110224 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Products.php:94 (count)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position |
8.268
ms
|
868 |
Yes
|
|
/classes/Category.php:721
/modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE p.condition, 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p GROUP BY p.condition |
7.342
ms
|
110224 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:394 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:137 (getConditionsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) |
7.240
ms
|
110224 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 130) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' |
5.442
ms
|
332 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58 (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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 1163 LIMIT 1 |
5.130
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.792
ms
|
3282 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
1270 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (116018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
3.619
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ps_product p INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' |
3.480
ms
|
332 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:751 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:339 (getMinMaxValue)
/modules/ps_facetedsearch/src/Filters/Block.php:134 (getWeightRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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` |
3.459
ms
|
166 |
Yes
|
Yes
|
/classes/Hook.php:1184
/classes/Hook.php:700 (getAllHookRegistrations)
/classes/Hook.php:804 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
178 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115979) |
3.336
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
774 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1300) AND (b.`id_shop` = 1) LIMIT 1 |
3.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
3.018
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:226 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 1162 LIMIT 1 |
2.681
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
2.635
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1272 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115909) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.341
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1271 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115988) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.259
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
452 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 103494 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 103494 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.211
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1246 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 6
AND nleft >= 3 AND nright <= 210
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
2.192
ms
|
104 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1005 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1273 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115919) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.183
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1161 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1178
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.174
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115979 LIMIT 1 |
2.138
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102420) AND (b.`id_shop` = 1) LIMIT 1 |
2.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1251 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.101
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
633 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 114382) AND (b.`id_shop` = 1) LIMIT 1 |
2.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE pac.id_attribute, 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute |
2.079
ms
|
8 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
690 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
2.050
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 102425
ORDER BY `position` |
2.032
ms
|
4 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 887
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
1.974
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
778 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1081) AND (b.`id_shop` = 1) LIMIT 1 |
1.924
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115999
ORDER BY f.position ASC |
1.909
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 887
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.902
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:921
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
588 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115929) AND (b.`id_shop` = 1) LIMIT 1 |
1.876
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 105292) |
1.859
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
1.858
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1252 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115972) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.824
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115999) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.820
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
1.815
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
173 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115933 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.802
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (105294) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.785
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
879 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1263
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.782
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115972) |
1.776
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1269 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102495) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.760
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 102414
ORDER BY `position` |
1.719
ms
|
12 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
1.712
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:65 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_edition_basic/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 130
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.709
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE pac.id_attribute, 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=3)) GROUP BY pac.id_attribute |
1.677
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1276 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115980) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.667
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102425) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.656
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
318 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 105286 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 105286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.653
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
643 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 103493
ORDER BY `position` |
1.639
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 105292 AND id_shop=1 LIMIT 1 |
1.632
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1268 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115904) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.618
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE pac.id_attribute, 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute |
1.610
ms
|
28 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115933 LIMIT 1 |
1.589
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1255 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.579
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
781 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1082
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.577
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
1.576
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:840 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 103494) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.558
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1281 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (106390) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.553
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1307 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.541
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 905
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.529
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
661 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115974
ORDER BY `position` |
1.528
ms
|
2 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
777 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1304
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.528
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 103494
ORDER BY f.position ASC |
1.516
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1256 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115975) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.516
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
406 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115988 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115988 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.505
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115975
AND image_shop.`cover` = 1 LIMIT 1 |
1.494
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
610 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 102420
ORDER BY `position` |
1.492
ms
|
4 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
779 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1081
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.492
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1003 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1244
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.488
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 959
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.482
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (105292) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.473
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1310 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posfakeorder" LIMIT 1 |
1.471
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1282 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102413) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.463
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
162 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 107348 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 107348 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.456
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115904) AND (b.`id_shop` = 1) LIMIT 1 |
1.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
628 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115909
ORDER BY `position` |
1.447
ms
|
2 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
1.447
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115999) |
1.440
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 887) AND (b.`id_shop` = 1) LIMIT 1 |
1.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 900) AND (b.`id_shop` = 1) LIMIT 1 |
1.409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115975 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115975 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.392
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1274 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (114382) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.391
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
116 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value |
1.386
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
702 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posvegamenu_item pi
LEFT JOIN `ps_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
LEFT JOIN `ps_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC |
1.385
ms
|
7 |
Yes
|
|
/modules/posvegamenu/classes/PosVegamenuClass.php:231
/modules/posvegamenu/posvegamenu.php:1263 (getMenus)
/modules/posvegamenu/posvegamenu.php:786 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
658 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 102413
ORDER BY `position` |
1.383
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115972 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115972 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.380
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 102425
ORDER BY f.position ASC |
1.378
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1248 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.378
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
773 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1286
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.377
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1.375
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
184 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115979 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.373
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1292 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms` AND cs.`id_shop` = cl.`id_shop`)
WHERE c.`id_cms_category` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 2
AND c.`active` = 1
ORDER BY `position` |
1.370
ms
|
5 |
Yes
|
|
/modules/posthemeoptions/elementor/src/WidgetHelper.php:835
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:110 (getCMSPages)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115988
ORDER BY f.position ASC |
1.363
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115972
ORDER BY f.position ASC |
1.360
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.350
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1160 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1178) AND (b.`id_shop` = 1) LIMIT 1 |
1.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115975 LIMIT 1 |
1.336
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
1.335
ms
|
6 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
584 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115925 |
1.333
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1253) AND (b.`id_shop` = 1) LIMIT 1 |
1.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 955
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.331
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 102425 |
1.325
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
663 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115973) AND (b.`id_shop` = 1) LIMIT 1 |
1.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1278 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (83221) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.319
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
952 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1208) AND (b.`id_shop` = 1) LIMIT 1 |
1.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115996
ORDER BY f.position ASC |
1.311
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115975) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.296
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.293
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/psassistant/psassistant.php:73 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
1.289
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:211 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:101 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:95 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
933 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1197
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.289
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
648 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115987) AND (b.`id_shop` = 1) LIMIT 1 |
1.279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1275 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (103494) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.279
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1249 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (107348) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.266
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1283 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.262
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
1.257
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 105286) |
1.254
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
627 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115909) AND (b.`id_shop` = 1) LIMIT 1 |
1.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
612 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102414) AND (b.`id_shop` = 1) LIMIT 1 |
1.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1245 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 887 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 887
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.239
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:921
/modules/ps_categorytree/ps_categorytree.php:345 (getSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1005 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
554 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115999) AND (b.`id_shop` = 1) LIMIT 1 |
1.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
642 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103493) AND (b.`id_shop` = 1) LIMIT 1 |
1.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1277 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (103493) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.237
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115999
AND image_shop.`cover` = 1 LIMIT 1 |
1.231
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE pac.id_attribute, 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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute |
1.229
ms
|
8 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 130) LIMIT 1 |
1.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
772 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1286) AND (b.`id_shop` = 1) LIMIT 1 |
1.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1253
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.225
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
887 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1525
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.223
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
955 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1209
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.221
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.220
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1267 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102414) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.220
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
806 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1261) AND (b.`id_shop` = 1) LIMIT 1 |
1.219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
957 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1210
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.219
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.218
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/ProductPresenterFactory.php:85 (__construct)
/classes/controller/ProductPresentingFrontController.php:40 (getPresenter)
/classes/controller/ProductListingFrontController.php:111 (getProductPresenter)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
655 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 106390
ORDER BY `position` |
1.218
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115991) |
1.211
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (105286) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.208
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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 |
1.207
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
660 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115974) AND (b.`id_shop` = 1) LIMIT 1 |
1.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115919 LIMIT 1 |
1.198
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115995) AND (b.`id_shop` = 1) LIMIT 1 |
1.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1259 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115929) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.197
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
825 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1297
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.194
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105292
AND image_shop.`cover` = 1 LIMIT 1 |
1.191
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.190
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1250 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115933) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.189
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105294
AND image_shop.`cover` = 1 LIMIT 1 |
1.188
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
1.183
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115925 AND id_shop=1 LIMIT 1 |
1.183
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115975) AND (b.`id_shop` = 1) LIMIT 1 |
1.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
574 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 116008
ORDER BY `position` |
1.177
ms
|
2 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
651 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115978) AND (b.`id_shop` = 1) LIMIT 1 |
1.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
903 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1184
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.171
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.171
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115929
ORDER BY `position` |
1.168
ms
|
2 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
217 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 116008 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 116008 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.164
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
429 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115919
ORDER BY f.position ASC |
1.162
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1526
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.161
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
1.160
ms
|
88 |
|
|
/classes/Hook.php:340
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:364 (normalizeHookName)
/classes/Hook.php:387 (getAllKnownNames)
/classes/Hook.php:922 (isHookCallableOn)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
707 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1062
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.157
ms
|
15 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 105292 AND `id_group` = 1 LIMIT 1 |
1.157
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
700 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posvegamenu" LIMIT 1 |
1.153
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:572 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1284 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115973) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.147
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
1.144
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
705 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posvegamenu_item pi
LEFT JOIN `ps_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
LEFT JOIN `ps_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC |
1.140
ms
|
7 |
Yes
|
|
/modules/posvegamenu/classes/PosVegamenuClass.php:231
/modules/posvegamenu/posvegamenu.php:796 (getMenus)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 114382 LIMIT 1 |
1.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102494) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.130
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1253 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115991) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.126
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 105292 LIMIT 1 |
1.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
117 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 cp.id_category IN (909, 1154) AND p.id_manufacturer='3522' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value |
1.121
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1279 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115987) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.119
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1258 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.116
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1254 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (116008) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.115
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
657 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102413) AND (b.`id_shop` = 1) LIMIT 1 |
1.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
689 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.113
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.111
ms
|
180 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
1226 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
1.110
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:817 (getMenus)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3522
AND `active` = 1 LIMIT 1 |
1.104
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5620 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115925) AND (b.`id_shop` = 1) LIMIT 1 |
1.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115933
AND image_shop.`cover` = 1 LIMIT 1 |
1.103
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
885 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1524
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.101
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'Vonios Kambariui'
AND c.`id_category` != 2
AND c.`id_parent` = 887 LIMIT 1 |
1.100
ms
|
2 |
|
|
/classes/Category.php:1497
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1280 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115978) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.095
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:180 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
1.093
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1304 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
1.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
678 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.081
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
905 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1185
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.065
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
867 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1256
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.061
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1306 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.061
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1171) AND (b.`id_shop` = 1) LIMIT 1 |
1.060
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.052
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/blockreassurance/blockreassurance.php:102 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
668 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
1.050
ms
|
2 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/posquickmenu/posquickmenu.php:340 (getCacheId)
/classes/Hook.php:1005 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
587 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115995 |
1.046
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1205 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1749
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.046
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
785 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1084
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.042
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
784 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1084) AND (b.`id_shop` = 1) LIMIT 1 |
1.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 949) AND (b.`id_shop` = 1) LIMIT 1 |
1.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115999 AND `id_group` = 1 LIMIT 1 |
1.031
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115973 LIMIT 1 |
1.028
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
654 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 106390) AND (b.`id_shop` = 1) LIMIT 1 |
1.028
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115909) |
1.025
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115975 LIMIT 1 |
1.022
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
854 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1236) AND (b.`id_shop` = 1) LIMIT 1 |
1.016
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1744
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.006
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
630 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115919) AND (b.`id_shop` = 1) LIMIT 1 |
1.004
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 103494 AND `id_group` = 1 LIMIT 1 |
1.003
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 953
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.001
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105294
ORDER BY f.position ASC |
0.995
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115974
ORDER BY f.position ASC |
0.992
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 893
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.992
ms
|
23 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1300 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.992
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
586 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115995
ORDER BY `position` |
0.987
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
780 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1082) AND (b.`id_shop` = 1) LIMIT 1 |
0.987
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 905) AND (b.`id_shop` = 1) LIMIT 1 |
0.987
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115999
ORDER BY `position` |
0.980
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
886 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1525) AND (b.`id_shop` = 1) LIMIT 1 |
0.979
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 958) AND (b.`id_shop` = 1) LIMIT 1 |
0.976
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 83221) AND (b.`id_shop` = 1) LIMIT 1 |
0.975
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
782 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1083) AND (b.`id_shop` = 1) LIMIT 1 |
0.973
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.963
ms
|
1085 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:775 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
669 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 2 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayHeaderBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.961
ms
|
3 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:575 (getIdsByHook)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1526) AND (b.`id_shop` = 1) LIMIT 1 |
0.961
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 909) AND (b.`id_shop` = 1) LIMIT 1 |
0.958
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115972
AND image_shop.`cover` = 1 LIMIT 1 |
0.957
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
606 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102425) AND (b.`id_shop` = 1) LIMIT 1 |
0.957
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115974) |
0.956
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115980
AND image_shop.`cover` = 1 LIMIT 1 |
0.955
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 894) AND (b.`id_shop` = 1) LIMIT 1 |
0.950
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.950
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115974 LIMIT 1 |
0.945
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
646 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 83221
ORDER BY `position` |
0.942
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1006 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1246) AND (b.`id_shop` = 1) LIMIT 1 |
0.940
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115979 LIMIT 1 |
0.936
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
907 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1186
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.932
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
981 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1222
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.932
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
228 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115996 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115996 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.931
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 960
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.924
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
789 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1287
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.922
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
529 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102413 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102413 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.922
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1245
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.921
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.918
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
709 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1066
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.918
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
307 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 105292 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 105292 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.917
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1164 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1508) AND (b.`id_shop` = 1) LIMIT 1 |
0.909
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.909
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
558 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 107348) AND (b.`id_shop` = 1) LIMIT 1 |
0.908
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
104 |
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 `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
0.906
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115929 AND id_shop=1 LIMIT 1 |
0.906
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115979
ORDER BY f.position ASC |
0.905
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.901
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
775 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1300
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.900
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115909 LIMIT 1 |
0.897
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115991 LIMIT 1 |
0.893
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
428 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115919 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115919 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.891
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
591 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115908) AND (b.`id_shop` = 1) LIMIT 1 |
0.889
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1353) AND (b.`id_shop` = 1) LIMIT 1 |
0.883
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115908 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.883
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1156 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 960) AND (b.`id_shop` = 1) LIMIT 1 |
0.880
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115996
AND image_shop.`cover` = 1 LIMIT 1 |
0.879
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 1164 LIMIT 1 |
0.876
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 933) AND (b.`id_shop` = 1) LIMIT 1 |
0.876
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115933 LIMIT 1 |
0.869
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115925
ORDER BY `position` |
0.869
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
150 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115999 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.866
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
261 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115995 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115995 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.865
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
526 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 102413 LIMIT 1 |
0.863
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115996 LIMIT 1 |
0.860
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.859
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_edition_basic/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
649 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115987
ORDER BY `position` |
0.855
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115991) AND (b.`id_shop` = 1) LIMIT 1 |
0.854
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
0.853
ms
|
14 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
441 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 114382
ORDER BY f.position ASC |
0.851
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
580 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115975
ORDER BY `position` |
0.849
ms
|
4 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1247 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3522) LIMIT 1 |
0.843
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:25 (__construct)
/classes/Link.php:1533 (__construct)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:271 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/0e/83/2e0e832dc203a22a16e880bed2301f5cdfee9a24_2.file.grid6.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0bcd169_55975423)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/18/58/9a185841b3cdfefec819398b05dc8095f0719eb1_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0ba9ab4_27200318)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8d/8c/af/8d8caf5b135f94a0f89ef1327c6e3308497fc27c_2.file.productlist.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b9f121_83157590)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/54/48/f3544882edd9652fb83ef24797f9c888d65d97ce_2.file.products.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca0b90b05_10595688)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:210 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:105 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
762 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1223) AND (b.`id_shop` = 1) LIMIT 1 |
0.838
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.837
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102494) AND (b.`id_shop` = 1) LIMIT 1 |
0.835
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.826
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca07a70b6_34439560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
634 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 114382
ORDER BY `position` |
0.825
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
295 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 105294 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 105294 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.821
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 102413 LIMIT 1 |
0.815
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
568 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115972
ORDER BY `position` |
0.815
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1527
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.815
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115909 AND id_shop=1 LIMIT 1 |
0.810
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 914) AND (b.`id_shop` = 1) LIMIT 1 |
0.809
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115975 |
0.806
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 103494 LIMIT 1 |
0.806
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 114382
AND image_shop.`cover` = 1 LIMIT 1 |
0.803
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.801
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.801
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca07a70b6_34439560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
831 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1301
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.799
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.798
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 105286 LIMIT 1 |
0.796
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
664 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115973
ORDER BY `position` |
0.796
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 888) AND (b.`id_shop` = 1) LIMIT 1 |
0.795
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
983 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1224
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.790
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1527) AND (b.`id_shop` = 1) LIMIT 1 |
0.790
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
622 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 116018
ORDER BY `position` |
0.788
ms
|
2 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
909 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1187
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.788
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 107348) |
0.786
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
573 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 116008) AND (b.`id_shop` = 1) LIMIT 1 |
0.785
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1164 LIMIT 1 |
0.782
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
507 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115978 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.782
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1530
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.781
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1146 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 955) AND (b.`id_shop` = 1) LIMIT 1 |
0.781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1159 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 961
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.781
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.780
ms
|
2 |
Yes
|
|
/classes/Currency.php:711
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
362 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102414 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102414 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.780
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
783 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1083
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.778
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 893) AND (b.`id_shop` = 1) LIMIT 1 |
0.776
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.776
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
974 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1219) AND (b.`id_shop` = 1) LIMIT 1 |
0.774
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.774
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1303 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.771
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.770
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115925
AND image_shop.`cover` = 1 LIMIT 1 |
0.769
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
836 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1095) AND (b.`id_shop` = 1) LIMIT 1 |
0.769
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 913 LIMIT 1 |
0.768
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.765
ms
|
1085 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:226 (getAllHookIds)
/classes/Hook.php:813 (getIdByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.765
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php:607 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 107348 LIMIT 1 |
0.763
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115909
ORDER BY f.position ASC |
0.763
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 210) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.762
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:239 (rewind)
/classes/controller/FrontController.php:1819 (getBreadcrumbLinks)
/classes/controller/FrontController.php:512 (getBreadcrumb)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1301 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.760
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
417 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115909 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115909 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.760
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
757 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1078
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.758
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
250 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115925 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.757
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105286
AND image_shop.`cover` = 1 LIMIT 1 |
0.755
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 106390 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 106390 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.752
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
755 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1315
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.751
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.746
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:924 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115933
ORDER BY f.position ASC |
0.744
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 103493
AND image_shop.`cover` = 1 LIMIT 1 |
0.744
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.744
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/posshoppingcart/posshoppingcart.php:59 (__construct)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1502
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.742
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
771 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1285
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.739
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
604 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 102494
ORDER BY `position` |
0.737
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
953 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1208
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.736
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115919
ORDER BY `position` |
0.735
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
540 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115974 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115974 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.733
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.732
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/posshoppingcart/posshoppingcart.php:86 (__construct)
/modules/posshoppingcart/posshoppingcart.php:103 (getWidgetVariables)
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:383 (renderWidget)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
659 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 102413 |
0.731
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1151 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 957
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.731
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.730
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 107348
AND image_shop.`cover` = 1 LIMIT 1 |
0.729
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
616 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115904
ORDER BY `position` |
0.729
ms
|
2 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.728
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 107348 LIMIT 1 |
0.727
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115973 AND `id_group` = 1 LIMIT 1 |
0.727
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1119 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 949
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.723
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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.721
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
788 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1287) AND (b.`id_shop` = 1) LIMIT 1 |
0.721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
837 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1095
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.721
ms
|
25 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.717
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 114382 AND `id_group` = 1 LIMIT 1 |
0.717
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
666 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 887040201 AND name = '_elementor_edit_mode' LIMIT 1 |
0.715
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:376 (getEditMode)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:442 (CE\apply_filters)
/classes/Hook.php:994 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
592 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115908
ORDER BY `position` |
0.714
ms
|
4 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
463 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115980 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.713
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.713
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca07a70b6_34439560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
624 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115988) AND (b.`id_shop` = 1) LIMIT 1 |
0.710
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1291 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.710
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1312 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscookielaw" LIMIT 1 |
0.710
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
975 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1219
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.709
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.708
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115991
AND image_shop.`cover` = 1 LIMIT 1 |
0.706
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 106390
ORDER BY f.position ASC |
0.706
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 130 |
0.704
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.704
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1327) AND (b.`id_shop` = 1) LIMIT 1 |
0.701
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
329 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102494 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102494 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.701
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 940
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.701
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1197 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1745
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.700
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 114382 AND id_shop=1 LIMIT 1 |
0.697
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'etop.lt' OR su.domain_ssl = 'etop.lt')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.695
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
345 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 102420) |
0.694
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
644 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 103493 |
0.694
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
272 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115929 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.690
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
895 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1319
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.686
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
947 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1205
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.686
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115929
AND image_shop.`cover` = 1 LIMIT 1 |
0.685
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.684
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ets_onepagecheckout/ets_onepagecheckout.php:115 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
618 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102495) AND (b.`id_shop` = 1) LIMIT 1 |
0.684
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
551 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115973 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115973 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.681
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.681
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 130 LIMIT 1 |
0.679
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
904 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1185) AND (b.`id_shop` = 1) LIMIT 1 |
0.675
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115996 LIMIT 1 |
0.674
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
594 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105294) AND (b.`id_shop` = 1) LIMIT 1 |
0.673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 106390
AND image_shop.`cover` = 1 LIMIT 1 |
0.671
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
876 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1262) AND (b.`id_shop` = 1) LIMIT 1 |
0.667
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 116018) AND (b.`id_shop` = 1) LIMIT 1 |
0.667
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 926
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.667
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
927 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1194
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.666
ms
|
24 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 923) AND (b.`id_shop` = 1) LIMIT 1 |
0.666
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 956
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.665
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 102425
AND image_shop.`cover` = 1 LIMIT 1 |
0.663
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
896 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1320) AND (b.`id_shop` = 1) LIMIT 1 |
0.663
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
351 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102420 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.662
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
767 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1265
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.662
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
440 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 114382 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 114382 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.660
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115973
ORDER BY f.position ASC |
0.660
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
675 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.659
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105286) AND (b.`id_shop` = 1) LIMIT 1 |
0.658
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105292
ORDER BY f.position ASC |
0.657
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
939 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1201
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.655
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
776 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1304) AND (b.`id_shop` = 1) LIMIT 1 |
0.655
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1026 LIMIT 1 |
0.653
ms
|
1 |
|
|
/classes/Hook.php:245
/classes/Hook.php:868 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
769 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1284
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.653
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
706 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1062) AND (b.`id_shop` = 1) LIMIT 1 |
0.649
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posvegamenu/posvegamenu.php:911 (getCategoryLink)
/modules/posvegamenu/posvegamenu.php:806 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 107348
ORDER BY `position` |
0.649
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1208 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
0.649
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:1235 (getMenus)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 961) AND (b.`id_shop` = 1) LIMIT 1 |
0.647
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.644
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3984 (getReductionByIdGroup)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 130
AND tr.`id_tax_rules_group` = 8
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.644
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3942 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5672 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
818 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1294) AND (b.`id_shop` = 1) LIMIT 1 |
0.643
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115919 AND `id_group` = 1 LIMIT 1 |
0.642
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
847 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1108
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.641
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.639
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:922 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1751
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.638
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115975) |
0.637
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 105294
ORDER BY `position` |
0.637
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
710 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1067) AND (b.`id_shop` = 1) LIMIT 1 |
0.636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
576 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115996) AND (b.`id_shop` = 1) LIMIT 1 |
0.634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 116008) |
0.634
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115973) |
0.634
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1309 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.634
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php:607 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posmegamenu" LIMIT 1 |
0.632
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115999 AND id_shop=1 LIMIT 1 |
0.630
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
826 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1298) AND (b.`id_shop` = 1) LIMIT 1 |
0.629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
973 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1218
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.628
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
692 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscompare" LIMIT 1 |
0.626
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
906 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1186) AND (b.`id_shop` = 1) LIMIT 1 |
0.626
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
703 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 5 LIMIT 1 |
0.624
ms
|
7 |
|
|
/modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
/modules/posvegamenu/posvegamenu.php:1278 (getSubmenuConfig)
/modules/posvegamenu/posvegamenu.php:786 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 958
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.622
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115996 AND id_shop=1 LIMIT 1 |
0.620
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115995
ORDER BY f.position ASC |
0.619
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
564 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115979) AND (b.`id_shop` = 1) LIMIT 1 |
0.619
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
0.618
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:769 (getMenus)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
691 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.616
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
577 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115996
ORDER BY `position` |
0.615
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
889 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1099
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.615
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
652 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115978
ORDER BY `position` |
0.614
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 947) AND (b.`id_shop` = 1) LIMIT 1 |
0.613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
556 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115999 |
0.612
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 899) AND (b.`id_shop` = 1) LIMIT 1 |
0.607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 894
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.606
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115929 AND `id_group` = 1 LIMIT 1 |
0.605
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
384 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102495 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102495 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.605
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
701 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.602
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:572 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115919
AND image_shop.`cover` = 1 LIMIT 1 |
0.598
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 103493 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 103493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
562 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115933
ORDER BY `position` |
0.594
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115979) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.593
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
873 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1259
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.593
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1293 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.587
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:847 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115929 LIMIT 1 |
0.586
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
713 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1289
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.586
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
697 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posshoppingcart" LIMIT 1 |
0.583
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1133 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1175
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.583
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posquickmenu" LIMIT 1 |
0.582
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/posthemeoptions/posthemeoptions.php:810 (isInstalled)
/modules/posthemeoptions/posthemeoptions.php:688 (getOptions)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
206 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115991 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115991 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.581
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 102494) |
0.581
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 107348) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.580
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115996) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
373 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115904 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115904 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.577
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
567 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115972) AND (b.`id_shop` = 1) LIMIT 1 |
0.577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.576
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
956 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1210) AND (b.`id_shop` = 1) LIMIT 1 |
0.576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 1166 LIMIT 1 |
0.576
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 107348
ORDER BY f.position ASC |
0.575
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.575
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 103494 LIMIT 1 |
0.574
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
614 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 102414 |
0.574
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
760 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1199) AND (b.`id_shop` = 1) LIMIT 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 887) AND (b.`id_shop` = 1) LIMIT 1 |
0.572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115929
ORDER BY f.position ASC |
0.571
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
807 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1261
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.571
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 130 LIMIT 1 |
0.570
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
763 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1223
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.570
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 103493
ORDER BY f.position ASC |
0.568
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1245) AND (b.`id_shop` = 1) LIMIT 1 |
0.568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 919) AND (b.`id_shop` = 1) LIMIT 1 |
0.566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115996 AND `id_group` = 1 LIMIT 1 |
0.566
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 933
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.566
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115988) |
0.564
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
967 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1215
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.564
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
596 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 105294 |
0.563
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 887) AND (b.`id_shop` = 1) LIMIT 1 |
0.562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.561
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posfakeorder/posfakeorder.php:339 (__construct)
/modules/posfakeorder/posfakeorder.php:267 (getProducts)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115972 AND id_shop=1 LIMIT 1 |
0.560
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
761 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1199
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.560
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 105294 LIMIT 1 |
0.557
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115979 AND id_shop=1 LIMIT 1 |
0.556
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105292) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.552
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115996) |
0.552
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
934 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1198) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1302 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374 (getCMSLink)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 102494
ORDER BY f.position ASC |
0.547
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115988
ORDER BY `position` |
0.547
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 956) AND (b.`id_shop` = 1) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1198 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1746) AND (b.`id_shop` = 1) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
959 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1211
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.544
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115973
AND image_shop.`cover` = 1 LIMIT 1 |
0.543
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 103494 AND id_shop=1 LIMIT 1 |
0.542
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
721 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1070
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.541
ms
|
17 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
937 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1200
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.541
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
923 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1242
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.537
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
629 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115909 |
0.535
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115925
ORDER BY f.position ASC |
0.534
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 102413
ORDER BY f.position ASC |
0.533
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 114382) |
0.531
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1528
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.530
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 916
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.530
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 116018
ORDER BY f.position ASC |
0.529
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
881 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1316
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.529
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
756 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1078) AND (b.`id_shop` = 1) LIMIT 1 |
0.528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 918
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.528
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
891 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1100
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.526
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
597 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105292) AND (b.`id_shop` = 1) LIMIT 1 |
0.525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
878 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1263) AND (b.`id_shop` = 1) LIMIT 1 |
0.524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 107348 LIMIT 1 |
0.522
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 106390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.522
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 943
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.522
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1746
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.521
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115972 LIMIT 1 |
0.519
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
496 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115987 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115987 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.519
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1298 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.519
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:867 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
951 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1207
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.517
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1508
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.517
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
632 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115919 |
0.516
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115972 LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115909
AND image_shop.`cover` = 1 LIMIT 1 |
0.516
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 904
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.516
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1166 LIMIT 1 |
0.515
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
704 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 6 LIMIT 1 |
0.515
ms
|
7 |
|
|
/modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
/modules/posvegamenu/posvegamenu.php:1278 (getSubmenuConfig)
/modules/posvegamenu/posvegamenu.php:786 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
908 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1187) AND (b.`id_shop` = 1) LIMIT 1 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1183
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.514
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115929) |
0.514
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
922 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1242) AND (b.`id_shop` = 1) LIMIT 1 |
0.514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
884 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1524) AND (b.`id_shop` = 1) LIMIT 1 |
0.513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
935 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1198
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.512
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1137 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1177
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.512
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 103493 LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115978
ORDER BY f.position ASC |
0.510
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1243
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.510
ms
|
16 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1248
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.510
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
601 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 105286
ORDER BY `position` |
0.509
ms
|
4 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
647 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 83221 |
0.508
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 914
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.508
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 918) AND (b.`id_shop` = 1) LIMIT 1 |
0.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1271
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.508
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
637 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 103494
ORDER BY `position` |
0.507
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 102494
AND image_shop.`cover` = 1 LIMIT 1 |
0.506
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1252
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.505
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115987
ORDER BY f.position ASC |
0.504
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
524 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 102413 AND id_shop=1 LIMIT 1 |
0.503
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
910 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1188) AND (b.`id_shop` = 1) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 945) AND (b.`id_shop` = 1) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
797 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1089
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.502
ms
|
19 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
911 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1188
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.500
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
747 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1310
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.499
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
485 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 83221 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 83221 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
717 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1306
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.493
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
827 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1298
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.493
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115995 LIMIT 1 |
0.491
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
977 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1220
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.491
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.490
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115995
AND image_shop.`cover` = 1 LIMIT 1 |
0.489
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 897) AND (b.`id_shop` = 1) LIMIT 1 |
0.488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 114382 LIMIT 1 |
0.486
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
877 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1262
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.483
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
946 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1205) AND (b.`id_shop` = 1) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1268
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.482
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115980) AND (b.`id_shop` = 1) LIMIT 1 |
0.481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
694 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poswishlist" LIMIT 1 |
0.481
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:380 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
845 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1102
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.480
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115933) AND (b.`id_shop` = 1) LIMIT 1 |
0.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
791 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1290
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.479
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115919) |
0.478
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 105286 AND id_shop=1 LIMIT 1 |
0.477
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
855 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1236
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.476
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
893 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1318
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.476
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
722 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1071) AND (b.`id_shop` = 1) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115908
ORDER BY f.position ASC |
0.474
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115933 LIMIT 1 |
0.473
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115979 AND `id_group` = 1 LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 957) AND (b.`id_shop` = 1) LIMIT 1 |
0.473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
711 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1067
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.472
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 891
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.472
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
636 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103494) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1246
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.471
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 116008 |
0.471
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115909) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.470
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
936 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1200) AND (b.`id_shop` = 1) LIMIT 1 |
0.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115987) |
0.468
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115973 LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
932 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1197) AND (b.`id_shop` = 1) LIMIT 1 |
0.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="511d644c3ae7c04e6f587590d66b5265" LIMIT 1 |
0.466
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 102494 AND id_shop=1 LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
750 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1312) AND (b.`id_shop` = 1) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 102495) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
598 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 105292
ORDER BY `position` |
0.463
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
672 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020201 AND name = '_elementor_data' LIMIT 1 |
0.463
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:350 (getPlainEditor)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
901 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1101
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.463
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 102495
ORDER BY f.position ASC |
0.461
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1176
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.461
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115929 LIMIT 1 |
0.461
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 898
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.461
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1203 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1748
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.460
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1325) AND (b.`id_shop` = 1) LIMIT 1 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
899 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1321
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.459
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.458
ms
|
6 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
754 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1315) AND (b.`id_shop` = 1) LIMIT 1 |
0.458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
765 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1264
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.458
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
590 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115929 |
0.457
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.457
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 102425) |
0.456
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
457 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115980) |
0.455
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115973 LIMIT 1 |
0.455
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 105294) |
0.454
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115909 LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105286
ORDER BY f.position ASC |
0.453
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 103494) |
0.453
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115980 AND `id_group` = 1 LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
853 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1235
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.451
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
640 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115980
ORDER BY `position` |
0.450
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
816 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1293) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115925) |
0.449
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
969 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1216
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.449
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1254
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.448
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1353
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.448
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 116008
ORDER BY f.position ASC |
0.447
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
972 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1218) AND (b.`id_shop` = 1) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
998 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1232) AND (b.`id_shop` = 1) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
961 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1212
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.444
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
833 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1302
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.442
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
902 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1184) AND (b.`id_shop` = 1) LIMIT 1 |
0.442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
687 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
699 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/posshoppingcart/posshoppingcart.php:86 (__construct)
/modules/posshoppingcart/posshoppingcart.php:103 (getWidgetVariables)
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:383 (renderWidget)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 130) LIMIT 1 |
0.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
808 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1267) AND (b.`id_shop` = 1) LIMIT 1 |
0.438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
962 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1213) AND (b.`id_shop` = 1) LIMIT 1 |
0.438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
985 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1225
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.437
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.436
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115980
ORDER BY f.position ASC |
0.436
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1181 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1737
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.435
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115991
ORDER BY f.position ASC |
0.434
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 102413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
688 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 105292 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115904
ORDER BY f.position ASC |
0.432
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
619 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 102495
ORDER BY `position` |
0.432
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
753 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1314
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.432
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115995 LIMIT 1 |
0.431
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 105294 AND id_shop=1 LIMIT 1 |
0.431
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1196 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1745) AND (b.`id_shop` = 1) LIMIT 1 |
0.431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
839 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1096
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.430
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1285 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 2 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayFooterBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.429
ms
|
3 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:575 (getIdsByHook)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
954 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1209) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
925 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1313
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.428
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1179
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.428
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1201 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1747
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.428
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115925 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115929 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
829 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1299
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.427
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1266
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.426
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
965 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1214
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.425
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 895
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.425
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 910) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 102414
AND image_shop.`cover` = 1 LIMIT 1 |
0.424
ms
|
12 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115974
AND image_shop.`cover` = 1 LIMIT 1 |
0.424
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 953) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
395 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 116018 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 116018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
803 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1092
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.422
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.422
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115980 |
0.419
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
759 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1079
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.419
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
708 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1066) AND (b.`id_shop` = 1) LIMIT 1 |
0.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1272
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.418
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115904) |
0.417
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1266) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 899
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.417
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1129 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 941
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.417
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115995) |
0.416
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1751) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 962) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 951) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115987
AND image_shop.`cover` = 1 LIMIT 1 |
0.415
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1247
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.415
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 102414) |
0.415
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115991 AND id_shop=1 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115974 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
739 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1086
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.412
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 921
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.412
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
892 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1318) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
971 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1217
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.410
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
817 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1293
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.410
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115972 AND `id_group` = 1 LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 105294 LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 102414
ORDER BY f.position ASC |
0.408
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
813 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1288
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.408
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1247) AND (b.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 887 AND ctg.`id_group` = 1 LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 102420
ORDER BY f.position ASC |
0.407
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1269
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.407
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1173
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.407
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1177) AND (b.`id_shop` = 1) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
565 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115979
ORDER BY `position` |
0.406
ms
|
3 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
841 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1097
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.406
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
931 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1196
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.406
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1115 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 945
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.406
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115908 LIMIT 1 |
0.405
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 116018 |
0.405
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
871 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1258
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.405
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 115991
ORDER BY `position` |
0.405
ms
|
1 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
982 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1224) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'lt-lt'
OR `language_code` = 'lt-lt' LIMIT 1 |
0.403
ms
|
6 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115988
AND image_shop.`cover` = 1 LIMIT 1 |
0.403
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
819 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1294
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.403
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1305 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.403
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1117 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 947
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.402
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 904) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
821 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1295
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.400
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
968 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1216) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
970 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1217) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115933 AND `id_group` = 1 LIMIT 1 |
0.399
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
737 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1080
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.398
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1249
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.398
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
715 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1305
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.398
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
787 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1255
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.398
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
999 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1232
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.398
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 5) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
501 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115978) |
0.397
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
740 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1283) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115979
AND image_shop.`cover` = 1 LIMIT 1 |
0.396
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1250
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.396
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1251
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.396
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 102494) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
945 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1204
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.394
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.394
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:226 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/98/6d/d5986dd9d10637d485d5ddce20fc52088bab5356_2.file.left_column.tpl.php:251 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isInstalled)
/modules/ybc_blocksearch/ybc_blocksearch.php:354 (checkModuleEnable)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1355
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.393
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115978 LIMIT 1 |
0.393
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 106390 LIMIT 1 |
0.393
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
894 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1319) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115978 AND id_shop=1 LIMIT 1 |
0.392
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
979 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1221
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.392
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 891) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posvegamenu/posvegamenu.php:911 (getCategoryLink)
/modules/posvegamenu/posvegamenu.php:806 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1194 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1744) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.392
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:922 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115933) |
0.391
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115995 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
880 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1316) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 962
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.391
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1297 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.391
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:863 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 106390) |
0.390
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
872 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1259) AND (b.`id_shop` = 1) LIMIT 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 903
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.390
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 917
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.390
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 921) AND (b.`id_shop` = 1) LIMIT 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
723 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1071
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.389
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
929 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1195
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.389
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1174
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.389
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
671 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020201 AND name = '_elementor_data' LIMIT 1 |
0.388
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:381 (getPlainEditor)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
824 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1297) AND (b.`id_shop` = 1) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1530) AND (b.`id_shop` = 1) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115999 LIMIT 1 |
0.387
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1039 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1280
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.387
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
676 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
770 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1285) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
890 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1100) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 940) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
786 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1255) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
948 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1206) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
843 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1098
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.381
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 927) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 102495
AND image_shop.`cover` = 1 LIMIT 1 |
0.380
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
766 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1265) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1502) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
805 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1093
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.379
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
468 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 103493) |
0.378
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
743 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1308
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.378
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
725 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1072
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.378
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
913 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1189
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.378
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115979 |
0.377
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'Baldai'
AND c.`id_category` != 2
AND c.`id_parent` = 887 LIMIT 1 |
0.376
ms
|
2 |
|
|
/classes/Category.php:1497
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115978
AND image_shop.`cover` = 1 LIMIT 1 |
0.376
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 912
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.375
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.375
ms
|
60 |
|
|
/modules/poswishlist/poswishlist.php:222
/modules/poswishlist/poswishlist.php:235 (hookdisplayNav)
/classes/Hook.php:994 (hookdisplayMegamenuMobileBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca07a70b6_34439560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
670 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020201 AND name = '_elementor_edit_mode' LIMIT 1 |
0.375
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:376 (getEditMode)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
924 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1313) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
768 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1284) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
790 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1290) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115919 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
764 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1264) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1296 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.373
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:859 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
897 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1320
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.372
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
941 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1202
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.371
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1018 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1252) AND (b.`id_shop` = 1) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 105292 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 83221 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
719 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1307
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
823 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1296
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.369
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
996 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1231) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1499
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.369
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
476 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 83221
AND image_shop.`cover` = 1 LIMIT 1 |
0.368
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
832 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302) AND (b.`id_shop` = 1) LIMIT 1 |
0.367
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 939
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.367
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
866 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1256) AND (b.`id_shop` = 1) LIMIT 1 |
0.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1110) AND (b.`id_shop` = 1) LIMIT 1 |
0.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 102425 AND `id_group` = 1 LIMIT 1 |
0.365
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115904
AND image_shop.`cover` = 1 LIMIT 1 |
0.365
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115972 |
0.365
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
679 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1110
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.365
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
989 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1227
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.364
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:841 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
838 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1096) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
875 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1260
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.364
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
749 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1311
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.363
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
751 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1312
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.363
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
809 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1267
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.362
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 102420
AND image_shop.`cover` = 1 LIMIT 1 |
0.362
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1028 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1272) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115999 LIMIT 1 |
0.361
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 102413
AND image_shop.`cover` = 1 LIMIT 1 |
0.361
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
900 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1101) AND (b.`id_shop` = 1) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
926 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1194) AND (b.`id_shop` = 1) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 959) AND (b.`id_shop` = 1) LIMIT 1 |
0.360
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
746 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1310) AND (b.`id_shop` = 1) LIMIT 1 |
0.360
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
917 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1191
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.359
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1743
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.358
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 115908) |
0.357
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
662 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115974 |
0.357
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
949 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1206
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.357
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
976 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1220) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 912) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1107 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1500
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.357
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1299 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.357
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:871 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1313 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
865 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1241
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.356
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1269) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 910
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.356
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1248) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1034 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1268) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
916 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1191) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1169 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 965
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.354
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
938 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1201) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1249) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 83221
ORDER BY f.position ASC |
0.352
ms
|
1 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 102413) |
0.352
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RUB') LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
733 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1076
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.351
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
828 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1299) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1128 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 941) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
698 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
840 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1097) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
987 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1226
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.349
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 920) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
995 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1230
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.348
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 952) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1140 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1183) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
869 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1257
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.347
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 965) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 952
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.347
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
915 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1190
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.346
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
799 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1090
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.346
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
950 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1207) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1280) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1741
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.345
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115925 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
864 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1241) AND (b.`id_shop` = 1) LIMIT 1 |
0.345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1271) AND (b.`id_shop` = 1) LIMIT 1 |
0.345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.345
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:840 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1528) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 954) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 923
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.343
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115988 LIMIT 1 |
0.343
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
851 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1234
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.343
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1162 LIMIT 1 |
0.341
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 103494
AND image_shop.`cover` = 1 LIMIT 1 |
0.341
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115972) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
804 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1093) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
863 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1240
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.340
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1250) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
811 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1270
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.339
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1355) AND (b.`id_shop` = 1) LIMIT 1 |
0.339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 920
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.339
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105286) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
870 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1258) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
456 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115980 LIMIT 1 |
0.337
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1282
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.336
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
735 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1077
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.335
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 917) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1109) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1175 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1367
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.335
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'lt-lt'
OR `language_code` = 'lt-lt' LIMIT 1 |
0.334
ms
|
6 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115973 AND id_shop=1 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1174) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
960 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1212) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
801 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1091
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.333
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
958 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1211) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1022 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1254) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1 |
0.332
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 897
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.332
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
758 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1079) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
978 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1221) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1251) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115978 AND `id_group` = 1 LIMIT 1 |
0.330
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
665 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115973 |
0.330
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
857 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1237
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.330
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1134 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1176) AND (b.`id_shop` = 1) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 916) AND (b.`id_shop` = 1) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
795 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1094
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.328
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
656 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 106390 |
0.326
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115904 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 116018
AND image_shop.`cover` = 1 LIMIT 1 |
0.324
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
966 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1215) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
677 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.323
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 926) AND (b.`id_shop` = 1) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1325
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.323
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 102494 |
0.322
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
912 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1189) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1172
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.322
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:793 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:793 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 106390 LIMIT 1 |
0.322
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 887) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 83221 AND id_shop=1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
980 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1222) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1190 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1742) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1742
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.321
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115991 LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1154) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115973) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
793 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1088
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.319
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
830 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
849 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1233
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.319
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
986 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1226) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115978 LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
802 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1092) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
919 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1192
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.318
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
963 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1213
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.318
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
997 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1231
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.318
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1529
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.318
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
943 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1203
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.317
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1204 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1749) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
861 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1239
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.317
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 934) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
984 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1225) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115974) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.315
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
874 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1260) AND (b.`id_shop` = 1) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
736 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1080) AND (b.`id_shop` = 1) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
859 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1238
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.315
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1221 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.315
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
538 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115974 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
814 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1292) AND (b.`id_shop` = 1) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1099 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1109
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.314
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
745 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1309
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.313
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
868 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1257) AND (b.`id_shop` = 1) LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
991 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1228
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.313
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
888 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1099) AND (b.`id_shop` = 1) LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115974 AND `id_group` = 1 LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
696 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.312
ms
|
60 |
|
|
/modules/poswishlist/poswishlist.php:222
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:384 (hookdisplayNav)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115975 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
680 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
835 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1303
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.311
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1175) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1200 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1747) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
993 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1229
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.310
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1281
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.310
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
168 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115933 AND id_shop=1 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 102420 |
0.309
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
752 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1314) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
930 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1196) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 938) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115979 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 102494 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 102420 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
792 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1088) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 102495) |
0.308
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
731 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1075
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.307
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
727 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1073
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.307
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
940 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1202) AND (b.`id_shop` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1741) AND (b.`id_shop` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isEnabled)
/modules/ybc_blocksearch/ybc_blocksearch.php:362 (checkModuleEnable)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
860 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1239) AND (b.`id_shop` = 1) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
921 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1193
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.303
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115987 AND id_shop=1 LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
738 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1086) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
942 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1203) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
724 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1072) AND (b.`id_shop` = 1) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
800 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1091) AND (b.`id_shop` = 1) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
862 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1240) AND (b.`id_shop` = 1) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 83221) |
0.299
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115904 |
0.299
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115988 |
0.299
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
714 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305) AND (b.`id_shop` = 1) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
928 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1195) AND (b.`id_shop` = 1) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 913 LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
712 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1289) AND (b.`id_shop` = 1) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:970 (isFeatureActive)
/classes/Currency.php:892 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1326
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.296
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1738
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.295
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115908
AND image_shop.`cover` = 1 LIMIT 1 |
0.295
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115999 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
734 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1077) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
815 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1292
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.294
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
820 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1295) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1294 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:851 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1177 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1368
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.293
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1311 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:574 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 116008
AND image_shop.`cover` = 1 LIMIT 1 |
0.292
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 913 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
914 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1190) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
990 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1228) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115933) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115908 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 102494 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1179 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1369
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.291
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 102425 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
798 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1090) AND (b.`id_shop` = 1) LIMIT 1 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
810 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1270) AND (b.`id_shop` = 1) LIMIT 1 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
920 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1193) AND (b.`id_shop` = 1) LIMIT 1 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1064 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 895) AND (b.`id_shop` = 1) LIMIT 1 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1068 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 898) AND (b.`id_shop` = 1) LIMIT 1 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115991 LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 102420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115904 LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
578 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115996 |
0.288
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
729 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1074
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.288
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
730 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1075) AND (b.`id_shop` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
822 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1296) AND (b.`id_shop` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1243) AND (b.`id_shop` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1170 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1180) AND (b.`id_shop` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 887) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
883 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1317
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.287
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
918 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1192) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1291
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.287
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:1000 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:949 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/f5/79/16/f57916e154f8cba11a68814007ebe9c089653144_2.file.menu-mobile.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca07a70b6_34439560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594 (fetch)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1529) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
796 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1089) AND (b.`id_shop` = 1) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 102420 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1179) AND (b.`id_shop` = 1) LIMIT 1 |
0.284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
653 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115978 |
0.284
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1740
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.284
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.284
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:881 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 103494 LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
693 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php:379 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
848 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1233) AND (b.`id_shop` = 1) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
856 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1237) AND (b.`id_shop` = 1) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1182 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1738) AND (b.`id_shop` = 1) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 943) AND (b.`id_shop` = 1) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1176 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1368) AND (b.`id_shop` = 1) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1740) AND (b.`id_shop` = 1) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1162 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.280
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:882 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1002 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1244) AND (b.`id_shop` = 1) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 105286 LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1162 LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
732 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1076) AND (b.`id_shop` = 1) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.279
ms
|
1 |
|
|
/classes/ObjectModel.php:1591
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1366
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.279
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
852 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1235) AND (b.`id_shop` = 1) LIMIT 1 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
882 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1317) AND (b.`id_shop` = 1) LIMIT 1 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1222 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.278
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:792 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
684 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
741 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1283
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115987 AND `id_group` = 1 LIMIT 1 |
0.276
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
716 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1306) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
718 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1307) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
812 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1288) AND (b.`id_shop` = 1) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 105294 LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115972 LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1171 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1180
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.274
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115987) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1162 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
748 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1311) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
834 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1303) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
844 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1102) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
992 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1229) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'lt' LIMIT 1 |
0.272
ms
|
6 |
|
|
/classes/Language.php:823
/classes/Tools.php:626 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
242 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115908) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
726 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1073) AND (b.`id_shop` = 1) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 1739
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.271
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1148
/modules/posvegamenu/posvegamenu.php:1235 (getChildren)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 83221 AND `id_group` = 1 LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1326) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1172) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1286 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020201 AND name = '_elementor_edit_mode' LIMIT 1 |
0.270
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:376 (getEditMode)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
898 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1321) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_edition_basic/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 106390 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 102425 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115904 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
842 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1098) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1743) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
858 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1238) AND (b.`id_shop` = 1) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1211 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1 |
0.266
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1215 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:924 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:778 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115995 AND `id_group` = 1 LIMIT 1 |
0.265
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115919) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.264
ms
|
88 |
|
|
/classes/Hook.php:288
/classes/Hook.php:319 (getAllHookAliases)
/classes/Hook.php:711 (getHookAliasesFor)
/classes/Hook.php:804 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
198 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 114382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 939) AND (b.`id_shop` = 1) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1178 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1369) AND (b.`id_shop` = 1) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 102420 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115978 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
846 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1108) AND (b.`id_shop` = 1) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115925 AND `id_group` = 1 LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
744 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1309) AND (b.`id_shop` = 1) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1289 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020201 AND name = '_elementor_edit_mode' LIMIT 1 |
0.262
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:351 (getEditMode)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1290 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020201 AND name = '_elementor_css' LIMIT 1 |
0.262
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/css-file/post-css-file.php:60 (CE\get_post_meta)
/modules/creativeelements/includes/css-file/css-file.php:247 (loadMeta)
/modules/creativeelements/includes/css-file/css-file.php:100 (getMeta)
/modules/creativeelements/includes/css-file/post-css-file.php:98 (enqueue)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'lt-lt'
OR `language_code` = 'lt-lt' LIMIT 1 |
0.261
ms
|
6 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1287 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020201 AND name = '_elementor_data' LIMIT 1 |
0.261
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:381 (getPlainEditor)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1739) AND (b.`id_shop` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115908 AND `id_group` = 1 LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 116018) |
0.260
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115991 |
0.260
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1232 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.259
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:1201 (__construct)
/modules/posmegamenu/posmegamenu.php:841 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115980 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1748) AND (b.`id_shop` = 1) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1281) AND (b.`id_shop` = 1) LIMIT 1 |
0.257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:198 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
994 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1230) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
682 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1291) AND (b.`id_shop` = 1) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115988 AND id_shop=1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
466 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 911 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115925 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 105286 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 102425) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115904 AND id_shop=1 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1499) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1173) AND (b.`id_shop` = 1) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
988 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1227) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 102414 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 903) AND (b.`id_shop` = 1) LIMIT 1 |
0.250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1180 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1737) AND (b.`id_shop` = 1) LIMIT 1 |
0.250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.249
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1282) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115995 AND id_shop=1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
674 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020201 AND name = '_elementor_css' LIMIT 1 |
0.248
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/css-file/post-css-file.php:60 (CE\get_post_meta)
/modules/creativeelements/includes/css-file/css-file.php:247 (loadMeta)
/modules/creativeelements/includes/css-file/css-file.php:100 (getMeta)
/modules/creativeelements/includes/css-file/post-css-file.php:98 (enqueue)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115909 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1500) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1209 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1 |
0.247
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 887) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115919 AND id_shop=1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 106390 AND `id_group` = 1 LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
499 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
602 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 105286 |
0.242
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
635 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 114382 |
0.241
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
673 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2020201 AND name = '_elementor_edit_mode' LIMIT 1 |
0.241
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:351 (getEditMode)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1295 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posthemeoptions/elementor/src/WidgetHelper.php:855 (getMetaByPage)
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120 (getPagesOption)
/modules/creativeelements/includes/base/controls-stack.php:468 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:72 (_initControls)
/modules/creativeelements/includes/base/controls-stack.php:437 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:477 (_getParsedSettings)
/modules/creativeelements/includes/base/controls-stack.php:483 (_init)
/modules/creativeelements/includes/base/element-base.php:460 (__construct)
/modules/creativeelements/includes/base/widget-base.php:58 (__construct)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:53 (__construct)
/modules/creativeelements/includes/managers/elements.php:56 (__construct)
/modules/creativeelements/includes/base/element-base.php:193 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
964 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1214) AND (b.`id_shop` = 1) LIMIT 1 |
0.239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
695 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:380 (isEnabled)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115991 AND `id_group` = 1 LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115919 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 102425 AND id_shop=1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115908 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115904) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 102425 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1288 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 3020201 AND name = '_elementor_data' LIMIT 1 |
0.233
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120 (CE\get_post_meta)
/modules/creativeelements/includes/db.php:350 (getPlainEditor)
/modules/creativeelements/includes/css-file/post-css-file.php:94 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:390 (enqueue)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/8c/d6/2c/8cd62c34b881ff284d776fe3254fcb377fabd5d1_2.file.footer.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43ca11d8269_04501660)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:525 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 107348 AND id_shop=1 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 102414 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
683 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
944 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1204) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1234 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:882 (__construct)
/modules/posmegamenu/posmegamenu.php:826 (fomartLink)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582 (hookDisplayMegamenuMobile)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115996 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
620 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 102495 |
0.231
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115980 AND id_shop=1 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 103493 AND `id_group` = 1 LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 102495 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
650 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115987 |
0.229
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1366) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1174 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1367) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 116008 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
638 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 103494 |
0.228
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115988 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115974 AND id_shop=1 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 83221 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115987 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
563 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115933 |
0.224
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
794 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1094) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
850 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1234) AND (b.`id_shop` = 1) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isInstalled)
/modules/ybc_blocksearch/ybc_blocksearch.php:362 (checkModuleEnable)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
443 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 911 LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115987 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
681 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 102495 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
685 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 116008 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 102420 AND id_shop=1 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115908 AND id_shop=1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 83221) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 102413 AND `id_group` = 1 LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
720 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1070) AND (b.`id_shop` = 1) LIMIT 1 |
0.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 102414 AND id_shop=1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 103493 AND id_shop=1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 105294 AND `id_group` = 1 LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115908 |
0.212
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 103493) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
158 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 107348 AND `id_group` = 1 LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 102495 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1162 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 102413 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115980) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_reviews" LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ybc_blocksearch/ybc_blocksearch.php:1452 (isInstalled)
/modules/ybc_blocksearch/ybc_blocksearch.php:362 (checkModuleEnable)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:914 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
472 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 103493 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:640 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
667 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 887040201 AND name = '_wp_page_template' LIMIT 1 |
0.206
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/page-settings/manager.php:66 (CE\get_post_meta)
:undefined (templateInclude)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:444 (CE\apply_filters)
/classes/Hook.php:994 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115975 AND id_shop=1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 102420 AND `id_group` = 1 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 102414 AND `id_group` = 1 LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 106390 AND id_shop=1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1 |
0.203
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:761 (generateCss)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 115988 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'lt-lt'
OR `language_code` = 'lt-lt' LIMIT 1 |
0.200
ms
|
6 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.200
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posmegamenu/posmegamenu.php:792 (__construct)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567 (hookDisplayMegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
467 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 103493 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 105286 AND `id_group` = 1 LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115988 AND `id_group` = 1 LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 107348 |
0.197
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/posthemeoptions/posthemeoptions.php:810 (isEnabled)
/modules/posthemeoptions/posthemeoptions.php:688 (getOptions)
/classes/Hook.php:994 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/override/classes/controller/FrontController.php:35 (initContent)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
742 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1308) AND (b.`id_shop` = 1) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 102414) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 102494 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 911 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 102494 AND `id_group` = 1 LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
728 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1074) AND (b.`id_shop` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/posvegamenu/posvegamenu.php:1242 (__construct)
/modules/posvegamenu/posvegamenu.php:1245 (getRespCategories)
/modules/posvegamenu/posvegamenu.php:821 (getRespCategories)
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:574 (hookDisplayVegamenu)
/modules/creativeelements/includes/base/widget-base.php:207 (render)
/modules/creativeelements/includes/base/widget-base.php:274 (renderContent)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 102414 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
478 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 83221 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 114382 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
686 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/posthemeoptions/elementor/src/WidgetHelper.php:49 (__construct)
/modules/posthemeoptions/posthemeoptions.php:728 (__construct)
:undefined (registerPosWidgets)
/modules/creativeelements/classes/wrappers/Helper.php:225 (call_user_func_array)
/modules/creativeelements/includes/managers/widgets.php:87 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:121 (_initWidgets)
/modules/creativeelements/includes/elements/column.php:581 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:429 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:187 (_getChildType)
/modules/creativeelements/includes/base/element-base.php:454 (addChild)
/modules/creativeelements/includes/base/element-base.php:156 (_initChildren)
/modules/creativeelements/includes/elements/column.php:535 (getChildren)
/modules/creativeelements/includes/base/element-base.php:265 (beforeRender)
/modules/creativeelements/includes/base/element-base.php:410 (printElement)
/modules/creativeelements/includes/base/element-base.php:267 (_printContent)
/modules/creativeelements/includes/frontend.php:66 (printElement)
/modules/creativeelements/includes/frontend.php:407 (_printElements)
/modules/creativeelements/includes/frontend.php:358 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:274 (call_user_func_array)
/modules/creativeelements/creativeelements.php:583 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:556 (renderContent)
/classes/Hook.php:994 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:419 (coreCallHook)
/classes/Hook.php:929 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7d/1e/13/7d1e13b959c6c805749511a5538046548ec5a12d_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b54daa1_03833366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5e/bc/b3/5ebcb36e363bbc133a8f781b0ca2907e900ac0f7_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4c4a29_30961552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/b8/5a/e9b85aaab8163f5b90f10fcd1d12c683ab7b2489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b49fd87_04420840)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/e3/84/27e3845b4b73df93f1008dae2da41c0d9a3181fc_2.file.product-list.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b48b744_62175421)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/36/10/a236104f3daeffe9c0158fd0329d1225e90ffd72_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d43c9b4828b1_15080402)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/override/classes/controller/FrontController.php:52 (smartyOutputContent)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 116008 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 116008) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1163 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 102495 AND id_shop=1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115987 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
599 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 105292 |
0.180
ms
|
1 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 1 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
213 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 116008 AND `id_group` = 1 LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115909 AND `id_group` = 1 LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 116018 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 125 AND `id_shop` = 1 LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/module/Module.php:2106
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 116008 AND id_shop=1 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115975 AND `id_group` = 1 LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 115980 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 102495 AND `id_group` = 1 LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 116018 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 116018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:641 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
369 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115904 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 116018 AND id_shop=1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 116018 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 116018 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|