| 542 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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 c.nleft>=154 AND c.nright<=155 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=27)) GROUP BY fp.id_feature_value |
26.075
ms
|
9648 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (280, 299, 268, 275, 293, 272, 279))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=154 AND c.nright<=155 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
5.502
ms
|
1737829800 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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`) |
2.590
ms
|
1726 |
|
|
/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)
|
| 13 |
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` |
1.615
ms
|
594 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 107 |
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 |
1.355
ms
|
0 |
|
|
/classes/Hook.php:1298
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 108 |
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 |
1.149
ms
|
571 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-11-14 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
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 (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 107 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12 |
0.977
ms
|
246 |
|
|
/classes/Category.php:1062
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE *
FROM `ps_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC |
0.745
ms
|
370 |
Yes
|
|
/modules/gmerchantcenterpro/models/Feeds.php:101
/modules/gmerchantcenterpro/lib/moduleTools.php:196 (getAvailableFeeds)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.611
ms
|
1114 |
|
|
/classes/Hook.php:1344
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 488 |
SHOW TABLES LIKE "ps_gmcp_1800" |
0.604
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:88
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-14 00:00:00',
INTERVAL 20 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 = 1
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 (1746,1612,1769,1771,1774,1775,1777,1782,2117,2124,2125,2134) |
0.591
ms
|
12 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 495 |
SHOW TABLES LIKE "ps_gmcp_1900" |
0.587
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:88
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 543 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("ed9f9ba23662979bcfdfaed6a2021636", "a:1:{s:7:\"filters\";a:1:{i:0;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:27;s:6:\"values\";a:22:{i:280;a:5:{s:3:\"nbr\";i:3;s:4:\"name\";s:8:\"Bancheta\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:281;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:5:\"Birou\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:267;a:4:{s:3:\"nbr\";i:19;s:4:\"name\";s:7:\"Canapea\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:299;a:5:{s:3:\"nbr\";i:2;s:4:\"name\";s:19:\"Canapea extensibila\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:268;a:5:{s:3:\"nbr\";i:12;s:4:\"name\";s:6:\"Coltar\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:262;a:4:{s:3:\"nbr\";i:18;s:4:\"name\";s:9:\"Comoda Tv\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:275;a:5:{s:3:\"nbr\";i:19;s:4:\"name\";s:16:\"Console Mobilier\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:264;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:11:\"Decoratiuni\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:273;a:4:{s:3:\"nbr\";i:9;s:4:\"name\";s:7:\"Fotoliu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:269;a:4:{s:3:\"nbr\";i:9;s:4:\"name\";s:8:\"Iluminat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:266;a:4:{s:3:\"nbr\";i:62;s:4:\"name\";s:10:\"Masa Cafea\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:293;a:5:{s:3:\"nbr\";i:6;s:4:\"name\";s:15:\"Masa conferinta\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:272;a:5:{s:3:\"nbr\";i:35;s:4:\"name\";s:11:\"Masa dining\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:292;a:4:{s:3:\"nbr\";i:6;s:4:\"name\";s:16:\"Masa extensibila\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:265;a:4:{s:3:\"nbr\";i:11;s:4:\"name\";s:13:\"Mese Cocktail\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:263;a:4:{s:3:\"nbr\";i:9;s:4:\"name\";s:8:\"Noptiera\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:274;a:4:{s:3:\"nbr\";i:9;s:4:\"name\";s:16:\"Obiecte Sanitare\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:277;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:3:\"Pat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:300;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"Pat lada depozitare\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:279;a:5:{s:3:\"nbr\";i:4;s:4:\"name\";s:6:\"Saltea\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:261;a:4:{s:3:\"nbr\";i:46;s:4:\"name\";s:6:\"Scaune\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:297;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:10:\"Scaune bar\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:4:\"Tip \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}") |
0.482
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 51 |
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` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 107
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.465
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:119 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.461
ms
|
1114 |
|
|
/classes/Hook.php:1298
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 627 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1782 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.426
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 2134 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.401
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1465 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.400
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1480 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.397
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1506 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.396
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(67,84,87,97,88,89,90,91,92,93,94)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.386
ms
|
11 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1356 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(112,95,98,99,100,102,103,106,107,124)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.372
ms
|
10 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1356 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 1586 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` = 1586 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.351
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1586 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.349
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 538 |
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` = 1) 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` = 1) ORDER BY f.`position` ASC |
0.343
ms
|
19 |
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:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 209 |
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` = 1465 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` = 1465 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.341
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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 = 'homedit.ro' OR su.domain_ssl = 'homedit.ro')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.341
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 551 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1769 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.336
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 346 |
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` = 2095 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` = 2095 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.334
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1774 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.333
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1777 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.332
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 573 |
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` = 1771 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` = 1771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.332
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 2095 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.331
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-14 00:00:00" AND date_to <= "2025-11-14 23:59:59") OR (date_from >= "2025-11-14 00:00:00" AND date_from <= "2025-11-14 23:59:59") OR (date_from < "2025-11-14 00:00:00" AND date_to > "2025-11-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.330
ms
|
8 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1775 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.330
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 2125 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.330
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1746 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.329
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 2124 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.329
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1612 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.328
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 814 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1746) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.327
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1491 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.326
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM `ps_gmcp_feeds` ff
WHERE (ff.iso_lang="ro") AND (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC |
0.325
ms
|
370 |
Yes
|
|
/modules/gmerchantcenterpro/models/Feeds.php:121
/modules/gmerchantcenterpro/lib/moduleTools.php:200 (getFeedLangData)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 2117 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.325
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1454 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.324
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1752 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.324
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1674 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.323
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.322
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 36, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 1771 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.321
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 689 |
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` = 2125 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` = 2125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.319
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 815 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1612) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.318
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 165 |
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` = 1752 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` = 1752 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.317
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 277 |
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` = 1506 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` = 1506 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.317
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 323 |
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` = 1612 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` = 1612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.316
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 21 |
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 |
0.315
ms
|
61 |
Yes
|
|
/classes/Dispatcher.php:654
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 231 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 1480 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` = 1480 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 558 |
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` = 1769 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` = 1769 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 301 |
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` = 1746 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` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.313
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 27 ORDER BY vl.`value` ASC |
0.313
ms
|
26 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 187 |
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` = 1488 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` = 1488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2134
AND pac.`id_product_attribute` = 9204
AND agl.`id_lang` = 1 |
0.311
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4995
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1491 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` = 4995
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.311
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 255 |
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` = 1491 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` = 1491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 657 |
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` = 2117 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` = 2117 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 674 |
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` = 2124 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` = 2124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1586
AND pac.`id_product_attribute` = 9312
AND agl.`id_lang` = 1 |
0.307
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 1454 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` = 1454 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.307
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 364 |
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` = 1674 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` = 1674 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.307
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 213 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1465
ORDER BY f.position ASC |
0.306
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 526 |
SHOW COLUMNS FROM ps_gmcp_feeds LIKE "feed_is_default" |
0.306
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:128
:undefined (updateFields)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:190 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 588 |
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` = 1774 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` = 1774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 618 |
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` = 1777 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` = 1777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 634 |
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` = 1782 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` = 1782 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 707 |
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` = 2134 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` = 2134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.305
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 709 |
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` = 9204
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2134 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` = 9204
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.305
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 211 |
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` = 2541
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1465 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` = 2541
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1465 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 603 |
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` = 1775 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` = 1775 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 636 |
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` = 7836
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1782 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` = 7836
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1782 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 9376
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1752 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` = 9376
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1752 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.303
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 191 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1488
ORDER BY f.position ASC |
0.303
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 826 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1782) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.302
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 325 |
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` = 9453
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1612 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` = 9453
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.302
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 120 |
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` = 9312
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1586 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` = 9312
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1586 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.301
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4872
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1480 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` = 4872
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1480 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.301
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 303 |
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` = 9134
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1746 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` = 9134
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 279 |
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` = 9120
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1506 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` = 9120
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1506 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 9115
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1454 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` = 9115
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1454 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.296
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 16 |
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.295
ms
|
106 |
|
|
/classes/module/Module.php:345
/modules/arseopro/arseopro.php:92 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 675 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2124
ORDER BY f.position ASC |
0.295
ms
|
3 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 189 |
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` = 4968
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1488 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` = 4968
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE cl.`id_category`, c.is_root_category FROM `ps_category_lang` cl LEFT JOIN `ps_category` c ON cl.id_category = c.id_category LEFT JOIN `ps_category_shop` cs ON cs.id_category = c.id_category WHERE cl.`id_shop` = 1 AND cs.id_shop = 1 AND (cl.`link_rewrite` = "in-stoc" OR cl.`link_rewrite` = "in-stoc") AND cl.`id_lang` = 1 LIMIT 1 |
0.294
ms
|
93 |
|
|
/modules/arseopro/classes/url/ArSeoProURLCategory.php:113
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:170 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 122 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1586
ORDER BY f.position ASC |
0.294
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 366 |
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` = 9345
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1674 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` = 9345
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1674 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 36 |
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.292
ms
|
106 |
|
|
/classes/module/Module.php:345
/modules/ps_mbo/ps_mbo.php:106 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 281 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1506
ORDER BY f.position ASC |
0.289
ms
|
8 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-14 00:00:00" AND date_to <= "2025-11-14 23:59:59") OR (date_from >= "2025-11-14 00:00:00" AND date_from <= "2025-11-14 23:59:59") OR (date_from < "2025-11-14 00:00:00" AND date_to > "2025-11-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.288
ms
|
8 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1782
AND pac.`id_product_attribute` = 7836
AND agl.`id_lang` = 1 |
0.288
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 52 |
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.285
ms
|
106 |
|
|
/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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:986 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1465
AND pac.`id_product_attribute` = 2541
AND agl.`id_lang` = 1 |
0.285
ms
|
3 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 19 |
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.285
ms
|
106 |
|
|
/classes/module/Module.php:345
/modules/mktr/mktr.php:63 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 527 |
SHOW COLUMNS FROM ps_gmcp_discount_association LIKE "channel" |
0.282
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:128
:undefined (updateFields)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:190 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1488
AND pac.`id_product_attribute` = 4968
AND agl.`id_lang` = 1 |
0.281
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 830 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.281
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1612
AND pac.`id_product_attribute` = 9453
AND agl.`id_lang` = 1 |
0.280
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 619 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1777
ORDER BY f.position ASC |
0.280
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 821 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.280
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 235 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1480
ORDER BY f.position ASC |
0.280
ms
|
6 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1480
AND pac.`id_product_attribute` = 4872
AND agl.`id_lang` = 1 |
0.279
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1506
AND pac.`id_product_attribute` = 9120
AND agl.`id_lang` = 1 |
0.279
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 820 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1612
AND pac.`id_product_attribute` = 9455
AND agl.`id_lang` = 1 |
0.279
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/override/classes/Link.php:354 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 824 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1775) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.279
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `ps_ets_mm_menu` m
INNER JOIN `ps_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `ps_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=1
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.278
ms
|
7 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:500
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 658 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2117
ORDER BY f.position ASC |
0.277
ms
|
6 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1612
AND pac.`id_product_attribute` = 10247
AND agl.`id_lang` = 1 |
0.277
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/override/classes/Link.php:354 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 559 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1769
ORDER BY f.position ASC |
0.276
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 327 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1612
ORDER BY f.position ASC |
0.276
ms
|
6 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1454
AND pac.`id_product_attribute` = 9115
AND agl.`id_lang` = 1 |
0.275
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 823 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.275
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 822 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.274
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 35 |
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.274
ms
|
106 |
|
|
/classes/module/Module.php:345
/modules/ets_onepagecheckout/ets_onepagecheckout.php:68 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1491
AND pac.`id_product_attribute` = 4995
AND agl.`id_lang` = 1 |
0.274
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1746
AND pac.`id_product_attribute` = 9134
AND agl.`id_lang` = 1 |
0.274
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 20 |
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.273
ms
|
106 |
|
|
/classes/module/Module.php:345
/modules/ph_simpleblog/ph_simpleblog.php:135 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 828 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.273
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1752
AND pac.`id_product_attribute` = 9376
AND agl.`id_lang` = 1 |
0.272
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1674
AND pac.`id_product_attribute` = 9345
AND agl.`id_lang` = 1 |
0.271
ms
|
1 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 259 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1491
ORDER BY f.position ASC |
0.270
ms
|
7 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 34 |
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.269
ms
|
106 |
|
|
/classes/module/Module.php:345
/modules/psxdesign/psxdesign.php:68 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.269
ms
|
7 |
|
|
/classes/CartRule.php:418
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 169 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1752
ORDER BY f.position ASC |
0.269
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 827 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2117) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.268
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 145 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1454
ORDER BY f.position ASC |
0.268
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 829 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2125) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.266
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 825 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1777) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.265
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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.263
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)
|
| 528 |
SHOW COLUMNS FROM ps_gmcp_tags LIKE "custom_label_set_postion" |
0.263
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:128
:undefined (updateFields)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:190 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 574 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1771
ORDER BY f.position ASC |
0.262
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 589 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1774
ORDER BY f.position ASC |
0.262
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 347 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2095
ORDER BY f.position ASC |
0.261
ms
|
3 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 305 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1746
ORDER BY f.position ASC |
0.261
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 638 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1782
ORDER BY f.position ASC |
0.261
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 690 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2125
ORDER BY f.position ASC |
0.260
ms
|
3 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 604 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1775
ORDER BY f.position ASC |
0.260
ms
|
5 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 368 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1674
ORDER BY f.position ASC |
0.259
ms
|
6 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 118 AND c.nright >= 119)
ORDER BY c.nleft |
0.259
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 662 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2124) AND (b.`id_shop` = 1) LIMIT 1 |
0.257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 715 |
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` = 1)
WHERE i.`id_product` = 1746
ORDER BY `position` |
0.257
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9203,9204)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.257
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:44 (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/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9988054e4_06899815)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:445 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 577 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1774) AND (b.`id_shop` = 1) LIMIT 1 |
0.255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 711 |
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2134
ORDER BY f.position ASC |
0.254
ms
|
4 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 719 |
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` = 1)
WHERE i.`id_product` = 1612
ORDER BY `position` |
0.254
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 351 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1674) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 120 AND c.nright >= 121)
ORDER BY c.nleft |
0.253
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 722 |
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` = 1)
WHERE i.`id_product` = 1769
ORDER BY `position` |
0.253
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 129 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1454) AND (b.`id_shop` = 1) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 219 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1480) AND (b.`id_shop` = 1) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.250
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 120 AND c.nright >= 121)
ORDER BY c.nleft |
0.250
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 694 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2134) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 678 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2125) AND (b.`id_shop` = 1) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 134 AND c.nright >= 135)
ORDER BY c.nleft |
0.248
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 622 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1782) AND (b.`id_shop` = 1) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 730 |
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` = 1)
WHERE i.`id_product` = 1777
ORDER BY `position` |
0.248
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.248
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 242 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1491) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 265 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1506) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 311 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1612) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 334 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2095) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2117) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 197 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1465) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 288 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1746) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 592 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1775) AND (b.`id_shop` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.245
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 158 AND c.nright >= 159)
ORDER BY c.nleft |
0.245
ms
|
16 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE cl.`id_category` FROM `ps_category_lang` cl LEFT JOIN `ps_category` c ON cl.id_category = c.id_category LEFT JOIN `ps_category_shop` cs ON cs.id_category = c.id_category WHERE cl.`id_shop` = 1 AND cs.id_shop = 1 AND cl.`link_rewrite` = "in-stoc" AND cl.`id_lang` = 1 LIMIT 1 |
0.244
ms
|
93 |
|
|
/modules/arseopro/classes/url/ArSeoProURLCategory.php:143
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:170 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 735 |
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` = 1)
WHERE i.`id_product` = 2117
ORDER BY `position` |
0.243
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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.242
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:72 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 59 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.242
ms
|
1 |
|
|
/classes/CartRule.php:418
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 109 |
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` = 36
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 338)
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.242
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 152 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1752) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 225 |
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` = 1480) |
0.242
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 547 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1769) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 2134
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.242
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:44 (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/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9988054e4_06899815)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:445 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 175 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1488) AND (b.`id_shop` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 152 AND c.nright >= 153)
ORDER BY c.nleft |
0.241
ms
|
19 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 92 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1586) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 562 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1771) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 728 |
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` = 1)
WHERE i.`id_product` = 1775
ORDER BY `position` |
0.240
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 607 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1777) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:280 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 154) AND (a0.`nright` > 155) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.239
ms
|
17 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1857 (getBreadcrumbLinks)
/classes/controller/FrontController.php:549 (getBreadcrumb)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 726 |
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` = 1)
WHERE i.`id_product` = 1774
ORDER BY `position` |
0.239
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 118 AND c.nright >= 119)
ORDER BY c.nleft |
0.237
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 739 |
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` = 1)
WHERE i.`id_product` = 2125
ORDER BY `position` |
0.237
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 135 |
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` = 1454) |
0.236
ms
|
4 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.235
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 203 |
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` = 1465) |
0.234
ms
|
18 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 724 |
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` = 1)
WHERE i.`id_product` = 1771
ORDER BY `position` |
0.234
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2134) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:44 (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/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9988054e4_06899815)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:445 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 756 |
UPDATE `ps_configuration` SET `value` = '2025-11-15 11:03:28',`date_upd` = '2025-11-14 11:03:28' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Configuration.php:479
/modules/ets_megamenu/ets_megamenu.php:1763 (updateValue)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=92 AND c.id_category!=92
ORDER BY cl.name ASC,c.id_category ASC |
0.232
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 816 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.231
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.230
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 158 AND c.nright >= 159)
ORDER BY c.nleft |
0.230
ms
|
16 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 120 AND c.nright >= 121)
ORDER BY c.nleft |
0.227
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 126 AND c.nright >= 127)
ORDER BY c.nleft |
0.227
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 134 AND c.nright >= 135)
ORDER BY c.nleft |
0.225
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.225
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:413 (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/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 317 |
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` = 1612) |
0.225
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 120 AND c.nright >= 121)
ORDER BY c.nleft |
0.224
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=90 AND c.id_category!=90
ORDER BY cl.name ASC,c.id_category ASC |
0.223
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.222
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 683 |
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` = 2125) |
0.222
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 737 |
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` = 1)
WHERE i.`id_product` = 2124
ORDER BY `position` |
0.222
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 741 |
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` = 1)
WHERE i.`id_product` = 2134
ORDER BY `position` |
0.222
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=124 AND c.id_category!=124
ORDER BY cl.name ASC,c.id_category ASC |
0.222
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 128 AND c.nright >= 129)
ORDER BY c.nleft |
0.221
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 122 AND c.nright >= 123)
ORDER BY c.nleft |
0.221
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=112 AND c.id_category!=112
ORDER BY cl.name ASC,c.id_category ASC |
0.220
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (9122, 9126, 9129, 9136, 9138, 9134) AND il.`id_lang` = 1 ORDER by i.`position` |
0.220
ms
|
6 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1752 AND pa.`id_product` = 1752 AND pa.`id_product_attribute` = 9376 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=89 AND c.id_category!=89
ORDER BY cl.name ASC,c.id_category ASC |
0.219
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 732 |
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` = 1)
WHERE i.`id_product` = 1782
ORDER BY `position` |
0.218
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=97 AND c.id_category!=97
ORDER BY cl.name ASC,c.id_category ASC |
0.218
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.218
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 128 AND c.nright >= 129)
ORDER BY c.nleft |
0.218
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 124 |
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` = 36
AND tr.`id_tax_rules_group` = 3
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.217
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5953 (getTaxCalculator)
/classes/Product.php:5845 (getTaxesInformations)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=106 AND c.id_category!=106
ORDER BY cl.name ASC,c.id_category ASC |
0.217
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=107 AND c.id_category!=107
ORDER BY cl.name ASC,c.id_category ASC |
0.217
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 126 AND c.nright >= 127)
ORDER BY c.nleft |
0.216
ms
|
93 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=88 AND c.id_category!=88
ORDER BY cl.name ASC,c.id_category ASC |
0.216
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 849 |
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` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 154 AND c.`nright` >= 155 AND c.`nleft` >= 2 AND c.`nright` <= 185 ORDER BY `nleft` DESC |
0.215
ms
|
17 |
Yes
|
|
/classes/Category.php:1600
/modules/mktr/App/Model/Category.php:123 (getParentsCategories)
:undefined (getParent)
/modules/mktr/App/Helper/DataBase.php:114 (call_user_func_array)
/modules/mktr/mktr.php:491 (__get)
/modules/mktr/mktr.php:467 (script)
/classes/Hook.php:1043 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 158 AND c.nright >= 159)
ORDER BY c.nleft |
0.214
ms
|
16 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.214
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.214
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.213
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.213
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.213
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.213
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=94 AND c.id_category!=94
ORDER BY cl.name ASC,c.id_category ASC |
0.213
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 271 |
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` = 1506) |
0.212
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.212
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 158 AND c.nright >= 159)
ORDER BY c.nleft |
0.211
ms
|
16 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=99 AND c.id_category!=99
ORDER BY cl.name ASC,c.id_category ASC |
0.211
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=98 AND c.id_category!=98
ORDER BY cl.name ASC,c.id_category ASC |
0.211
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE plr.*, pl.product_context, pll.title FROM `ps_arproductlist_rel` plr
LEFT JOIN `ps_arproductlist_rel_lang` pll ON pll.id_rel = plr.id_rel
LEFT JOIN `ps_arproductlist` pl ON pl.id_list = plr.id_list
WHERE plr.id_group = 5 AND plr.status = 1 AND `device` IN (0, 2) AND pll.id_lang = 1 ORDER BY plr.position ASC |
0.211
ms
|
1 |
Yes
|
|
/modules/arproductlists/classes/ArProductListGroup.php:93
/modules/arproductlists/arproductlists.php:118 (getLists)
/modules/arproductlists/arproductlists.php:413 (renderGroups)
/classes/Hook.php:1043 (hookDisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:249 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=100 AND c.id_category!=100
ORDER BY cl.name ASC,c.id_category ASC |
0.210
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=103 AND c.id_category!=103
ORDER BY cl.name ASC,c.id_category ASC |
0.210
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.209
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=67 AND c.id_category!=67
ORDER BY cl.name ASC,c.id_category ASC |
0.209
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.209
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=84 AND c.id_category!=84
ORDER BY cl.name ASC,c.id_category ASC |
0.209
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 295 |
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` = 1746) |
0.208
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 162 AND c.nright >= 163)
ORDER BY c.nleft |
0.208
ms
|
14 |
Yes
|
|
/classes/Product.php:7834
/override/classes/Link.php:340 (getParentCategories)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/e7/17/35e717912fbc3e030ec1c100dd3cfe4244c5fe45_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998735669_65772652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:58 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:323 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/03/bd/85/03bd85d7f298f6bfb1d4554e9a2d7e1e49f60446_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998724901_59371775)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=95 AND c.id_category!=95
ORDER BY cl.name ASC,c.id_category ASC |
0.208
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=91 AND c.id_category!=91
ORDER BY cl.name ASC,c.id_category ASC |
0.208
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=87 AND c.id_category!=87
ORDER BY cl.name ASC,c.id_category ASC |
0.208
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 181 |
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` = 1488) |
0.207
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=5
ORDER BY b.sort_order asc |
0.207
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=102 AND c.id_category!=102
ORDER BY cl.name ASC,c.id_category ASC |
0.207
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 340 |
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` = 2095) |
0.207
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9134) AND (pa.id_shop = 1) |
0.207
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=93 AND c.id_category!=93
ORDER BY cl.name ASC,c.id_category ASC |
0.207
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1644 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 107
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.206
ms
|
1 |
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:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 628 |
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` = 1782) |
0.206
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 813 |
SELECT SQL_NO_CACHE *
FROM `ps_arproductlist_group`
WHERE (`hook` = 'displayHeaderCategory' AND id_shop IN(0, 1) AND `status` = 1 AND `device` IN (0, 2) )
ORDER BY `position` ASC |
0.206
ms
|
1 |
Yes
|
|
/modules/arproductlists/classes/ArProductListGroup.php:73
/modules/arproductlists/arproductlists.php:403 (getByHook)
/classes/Hook.php:1043 (hookDisplayHeaderCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:199 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9312) AND (pa.id_shop = 1) |
0.205
ms
|
2 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 2541) AND (pa.id_shop = 1) |
0.203
ms
|
3 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 567 |
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` = 1771) |
0.203
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 89 |
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` = 1586
AND image_shop.`cover` = 1 LIMIT 1 |
0.203
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 249 |
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` = 1491) |
0.203
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9115) AND (pa.id_shop = 1) |
0.202
ms
|
2 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 676 |
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` = 2125
AND image_shop.`cover` = 1 LIMIT 1 |
0.201
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 159 |
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` = 1752) |
0.200
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9120) AND (pa.id_shop = 1) |
0.200
ms
|
2 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 701 |
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` = 2134) |
0.200
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 862 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('699814', '', 'homedit.ro/in-stoc/?q=Tip+-Bancheta-Canapea+extensibila-Coltar-Console+Mobilier-Masa+dining-Saltea-Masa+conferinta', '', '2025-11-14 11:03:28') |
0.200
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:386 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 2095
AND image_shop.`cover` = 1 LIMIT 1 |
0.199
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (9455, 10247, 9453) AND il.`id_lang` = 1 ORDER by i.`position` |
0.199
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE *
FROM `ps_simpleblog_category` c
LEFT JOIN `ps_simpleblog_category_lang` cl ON (c.`id_simpleblog_category` = cl.`id_simpleblog_category` AND cl.`id_lang` = 1)
WHERE 1=1
AND c.`active` = 1
AND c.`id_parent` = 0
ORDER BY c.position ASC |
0.199
ms
|
1 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:362
/modules/ph_simpleblog/ph_simpleblog.php:796 (getCategories)
/modules/ph_simpleblog/ph_simpleblog.php:813 (prepareSimpleBlogCategories)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9453) AND (pa.id_shop = 1) |
0.198
ms
|
2 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 651 |
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` = 2117) |
0.198
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 195 |
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` = 1465
AND image_shop.`cover` = 1 LIMIT 1 |
0.197
ms
|
13 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 348 |
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` = 1674
AND image_shop.`cover` = 1 LIMIT 1 |
0.197
ms
|
17 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=8
ORDER BY b.sort_order asc |
0.197
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 217 |
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` = 1480
AND image_shop.`cover` = 1 LIMIT 1 |
0.196
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 239 |
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` = 1491
AND image_shop.`cover` = 1 LIMIT 1 |
0.195
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9376) AND (pa.id_shop = 1) |
0.195
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 9345) AND (pa.id_shop = 1) |
0.195
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 552 |
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` = 1769) |
0.195
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 612 |
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` = 1777) |
0.195
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE *
FROM `ps_arproductlist_group`
WHERE (`hook` = 'displayFooterCategory' AND id_shop IN(0, 1) AND `status` = 1 AND `device` IN (0, 2) )
ORDER BY `position` ASC |
0.195
ms
|
1 |
Yes
|
|
/modules/arproductlists/classes/ArProductListGroup.php:73
/modules/arproductlists/arproductlists.php:412 (getByHook)
/classes/Hook.php:1043 (hookDisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:249 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 4968) AND (pa.id_shop = 1) |
0.194
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 545 |
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` = 1769
AND image_shop.`cover` = 1 LIMIT 1 |
0.194
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1465 LIMIT 1 |
0.194
ms
|
18 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 668 |
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` = 2124) |
0.194
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 605 |
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` = 1777
AND image_shop.`cover` = 1 LIMIT 1 |
0.193
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (7835, 7836) AND il.`id_lang` = 1 ORDER by i.`position` |
0.193
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1746
AND image_shop.`cover` = 1 LIMIT 1 |
0.193
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 358 |
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` = 1674) |
0.193
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 4872) AND (pa.id_shop = 1) |
0.193
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 45 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
0.193
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1088
/modules/pshugls/pshugls.php:315 (getCarrierByReference)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 105 |
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` = 1586) |
0.192
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 4995) AND (pa.id_shop = 1) |
0.192
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:73
/modules/ganalyticspro/lib/moduleTools.php:748 (getProductComboAttributes)
/modules/ganalyticspro/lib/moduleTools.php:692 (getProductCombinationName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/mktr/App/Model/Category.php:123 (getParentsCategories)
:undefined (getParent)
/modules/mktr/App/Helper/DataBase.php:114 (call_user_func_array)
/modules/mktr/mktr.php:491 (__get)
/modules/mktr/mktr.php:467 (script)
/classes/Hook.php:1043 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 55 |
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 |
0.192
ms
|
1 |
|
|
/classes/Cart.php:4192
/classes/Cart.php:4167 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 432 |
SELECT 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` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:142 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:700 (getCategoryName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 582 |
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` = 1774) |
0.192
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (9203, 9204) AND il.`id_lang` = 1 ORDER by i.`position` |
0.192
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1506
AND image_shop.`cover` = 1 LIMIT 1 |
0.191
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.191
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/mktr/App/Model/Category.php:123 (getParentsCategories)
:undefined (getParent)
/modules/mktr/App/Helper/DataBase.php:114 (call_user_func_array)
/modules/mktr/mktr.php:491 (__get)
/modules/mktr/mktr.php:467 (script)
/classes/Hook.php:1043 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10283894
AND `date_add` > '2025-11-14 10:33:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.191
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:386 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1746 AND pa.`id_product` = 1746 AND pa.`id_product_attribute` = 9134 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 597 |
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` = 1775) |
0.189
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 149 |
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` = 1752
AND image_shop.`cover` = 1 LIMIT 1 |
0.188
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 173 |
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` = 1488
AND image_shop.`cover` = 1 LIMIT 1 |
0.188
ms
|
13 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 464 |
SELECT 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` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:142 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:700 (getCategoryName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 127 |
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` = 1454
AND image_shop.`cover` = 1 LIMIT 1 |
0.186
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 642 |
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` = 2117
AND image_shop.`cover` = 1 LIMIT 1 |
0.186
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE t.*
FROM `ps_arseopro_meta` t
LEFT JOIN `ps_arseopro_meta_rel` `mr` ON t.id_rule = mr.id_rule
WHERE (mr.rel_object IN (0, '107') AND t.id_lang IN(0, 1) AND t.rule_type = 'category' AND t.status = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/modules/arseopro/classes/meta/models/ArSeoProMetaTable.php:127
/modules/arseopro/arseopro.php:232 (getRowByRelation)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1612
AND image_shop.`cover` = 1 LIMIT 1 |
0.183
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9453) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1782 AND pa.`id_product` = 1782 AND pa.`id_product_attribute` = 7836 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 449 |
SELECT 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` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:142 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:700 (getCategoryName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 659 |
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` = 2124
AND image_shop.`cover` = 1 LIMIT 1 |
0.181
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 620 |
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` = 1782
AND image_shop.`cover` = 1 LIMIT 1 |
0.180
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 36) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 590 |
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` = 1775
AND image_shop.`cover` = 1 LIMIT 1 |
0.179
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 691 |
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` = 2134
AND image_shop.`cover` = 1 LIMIT 1 |
0.179
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 114 |
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` = 36
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 338)
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.178
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5709 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 382 |
SELECT 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` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:142 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:700 (getCategoryName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 399 |
SELECT 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` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:142 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:700 (getCategoryName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/modules/ets_megamenu/classes/MM_Menu.php:540 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:513 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 41 |
SELECT 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` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/modules/ets_megamenu/classes/MM_Menu.php:540 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:513 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1465 AND pa.`id_product` = 1465 AND pa.`id_product_attribute` = 2541 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 473 |
SELECT 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` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:142 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:700 (getCategoryName)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 560 |
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` = 1771
AND image_shop.`cover` = 1 LIMIT 1 |
0.175
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 575 |
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` = 1774
AND image_shop.`cover` = 1 LIMIT 1 |
0.175
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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 |
0.174
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)
|
| 801 |
SELECT 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` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 805 |
SELECT 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` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1491 LIMIT 1 |
0.173
ms
|
3 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 78 |
INSERT INTO `ps_arproductlist_views_category` (id_view, id_category, ip, view_date) VALUES (NULL, 107, '216.73.216.140', '2025-11-14 11:03:28') |
0.172
ms
|
1 |
|
|
/modules/arproductlists/classes/ArCategoryViews.php:77
/modules/arproductlists/arproductlists.php:197 (viewCategory)
/modules/arproductlists/arproductlists.php:604 (addViewedCategory)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1746 LIMIT 1 |
0.171
ms
|
6 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 2134 AND pa.`id_product` = 2134 AND pa.`id_product_attribute` = 9204 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1491 AND pa.`id_product` = 1491 AND pa.`id_product_attribute` = 4995 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1506 AND pa.`id_product` = 1506 AND pa.`id_product_attribute` = 9120 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1480 AND pa.`id_product` = 1480 AND pa.`id_product_attribute` = 4872 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1752 |
0.170
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1612 AND pa.`id_product` = 1612 AND pa.`id_product_attribute` = 9453 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1454 LIMIT 1 |
0.169
ms
|
4 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 2095
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1454 LIMIT 1 |
0.168
ms
|
4 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1488 LIMIT 1 |
0.168
ms
|
2 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1746 LIMIT 1 |
0.168
ms
|
6 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1586 AND pa.`id_product` = 1586 AND pa.`id_product_attribute` = 9312 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 852 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.167
ms
|
1 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4995) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1586 LIMIT 1 |
0.166
ms
|
2 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 785 |
SELECT 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` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 807 |
SELECT 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` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1454 AND pa.`id_product` = 1454 AND pa.`id_product_attribute` = 9115 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 2095 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7836) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 783 |
SELECT 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` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2541) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9120) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9312) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1488 AND pa.`id_product` = 1488 AND pa.`id_product_attribute` = 4968 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4968) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4872) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1674 AND pa.`id_product` = 1674 AND pa.`id_product_attribute` = 9345 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1752 LIMIT 1 |
0.165
ms
|
3 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 45) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/classes/Carrier.php:1093 (__construct)
/modules/pshugls/pshugls.php:315 (getCarrierByReference)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9204) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1774 |
0.165
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9134) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/modules/ets_megamenu/classes/MM_Menu.php:540 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:513 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE *
FROM `ps_simpleblog_category` sbc
LEFT JOIN `ps_simpleblog_category_lang` sbcl
ON (sbc.`id_simpleblog_category` = sbcl.`id_simpleblog_category` AND sbcl.`id_lang` = 1)
WHERE sbc.`id_parent` = 1 AND sbc.active = 1
ORDER BY sbc.`position` ASC |
0.164
ms
|
1 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:203
/modules/ph_simpleblog/models/SimpleBlogCategory.php:371 (getChildrens)
/modules/ph_simpleblog/ph_simpleblog.php:796 (getCategories)
/modules/ph_simpleblog/ph_simpleblog.php:813 (prepareSimpleBlogCategories)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:262 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1586 LIMIT 1 |
0.163
ms
|
2 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1454
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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) |
0.163
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 787 |
SELECT 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` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE id_block FROM `ps_ets_mm_block` WHERE enabled=1 AND show_clock=1 AND block_type="PRODUCT" LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Block.php:661
/modules/ets_megamenu/ets_megamenu.php:1480 (checkBlockClockCountDown)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 803 |
SELECT 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` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
0.162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1752 LIMIT 1 |
0.162
ms
|
3 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1506 LIMIT 1 |
0.162
ms
|
2 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1674 LIMIT 1 |
0.162
ms
|
2 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1480 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1488 LIMIT 1 |
0.160
ms
|
2 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1480 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9115) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9376) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1465 LIMIT 1 |
0.160
ms
|
18 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1506 LIMIT 1 |
0.160
ms
|
2 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1612 LIMIT 1 |
0.160
ms
|
3 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1674 LIMIT 1 |
0.160
ms
|
2 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:85 (__construct)
/var/cache/prod/smarty/compile/basetheme/1b/82/be/1b82beba2c9650595fd51a4259a166b45492c111_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998727ee1_06987450)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1356 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 45 |
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` = 1
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.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9345) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1752
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1480
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE *
FROM `ps_gap_refund` gf
WHERE (gf.shop_id=1) AND (gf.sent= "0") LIMIT 1 |
0.159
ms
|
1 |
|
|
/modules/ganalyticspro/models/orderRefund.php:64
/modules/ganalyticspro/lib/moduleTools.php:600 (hasRefundToHandle)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2117 |
0.159
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9376 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1491 LIMIT 1 |
0.159
ms
|
3 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.158
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 451 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1612 LIMIT 1 |
0.158
ms
|
3 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1612 |
0.157
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1586 |
0.156
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/arseopro/classes/url/ArSeoProURLCategory.php:170 (__construct)
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:170 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9345 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.155
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1465
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1491
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1746
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1769 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1586
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1488
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 4872 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1506
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1674
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM `ps_gap_refund_partial` grf
WHERE (grf.shop_id=1) AND (grf.sent= "0") LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/ganalyticspro/models/orderPartialRefund.php:64
/modules/ganalyticspro/lib/moduleTools.php:601 (hasRefundPartialToHandle)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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` = 1) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 76 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:205 (cacheMainDomainForShop)
/modules/arseopro/classes/ArSeoProTools.php:28 (getMainShopDomainSSL)
/modules/arseopro/arseopro.php:1604 (getShopDomainSsl)
/modules/arseopro/arseopro.php:995 (getModuleBaseUrl)
/modules/arseopro/arseopro.php:211 (getUploadsUrl)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1506) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1782 |
0.150
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 1612
AND DATEDIFF("2025-11-14 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1777 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.149
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 62 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.148
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1609 (getNoPictureImage)
/override/classes/controller/FrontController.php:53 (getTemplateVarUrls)
/classes/controller/FrontController.php:1735 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:41 (getTemplateVarShop)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=16
ORDER BY sort_order asc |
0.148
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2134 AND `id_shop` = 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:23 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:44 (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/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9988054e4_06899815)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:445 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=8
ORDER BY sort_order asc |
0.146
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1465 |
0.146
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1491 |
0.145
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (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.145
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 386 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1454 |
0.145
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1488 |
0.145
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2134) AND (id_product_attribute = 9204) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=1
ORDER BY sort_order asc |
0.145
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1465 LIMIT 1 |
0.144
ms
|
2 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2095 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1480 |
0.144
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1506 |
0.144
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1746 |
0.144
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 89) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2124 |
0.144
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 468 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1674 |
0.144
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1674 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2095 |
0.143
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 7836 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9120 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 7836 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1612 |
0.142
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.142
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2124 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 844 |
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 |
0.142
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/ps_socialfollow/ps_socialfollow.php:273 (getCacheId)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9134 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1746 |
0.141
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1480) AND (id_product_attribute = 4872) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2117 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2125 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=13
ORDER BY sort_order asc |
0.141
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=12
ORDER BY sort_order asc |
0.141
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 2541 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1465) AND (id_product_attribute = 2541) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 4995 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9453 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 47 |
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.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9134 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1674 AND id_shop=1 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 45 AND `id_shop` = 1 |
0.139
ms
|
49 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/classes/Carrier.php:1093 (__construct)
/modules/pshugls/pshugls.php:315 (getCarrierByReference)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="ed9f9ba23662979bcfdfaed6a2021636" LIMIT 1 |
0.139
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1777 |
0.139
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.138
ms
|
7 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1506) AND (id_product_attribute = 9120) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 489 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
0.138
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1782) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9204 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1586) AND (id_product_attribute = 9312) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1752) AND (id_product_attribute = 9376) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1480 LIMIT 1 |
0.137
ms
|
2 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1491) AND (id_product_attribute = 4995) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE *
FROM `ps_arproductlist_group` a
WHERE (a.`id_group` = 5) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/arproductlists/classes/ArProductListGroup.php:74 (__construct)
/modules/arproductlists/arproductlists.php:412 (getByHook)
/classes/Hook.php:1043 (hookDisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:249 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "facebookproductsfeed" LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:104 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:986 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 66 |
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` = 36) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1754 (generateAddress)
/override/classes/controller/FrontController.php:41 (getTemplateVarShop)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1771 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1612) AND (id_product_attribute = 9453) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=15
ORDER BY sort_order asc |
0.136
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 26 |
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.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/modules/ets_superspeed/classes/cache.php:72 (getCurrent)
/modules/ets_superspeed/classes/cache.php:190 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1745 (getCache)
/override/classes/Dispatcher.php:273 (displayContentCache)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9376 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1674) AND (id_product_attribute = 9345) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1771 |
0.136
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 769 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=11
ORDER BY sort_order asc |
0.136
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:511 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_banner" LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:66 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/arseopro/classes/url/ArSeoProURLCategory.php:170 (__construct)
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:170 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1506 LIMIT 1 |
0.135
ms
|
2 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 9134) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2095 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1769 |
0.135
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2134 |
0.135
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1733 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "arseopro" LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Dispatcher.php:60 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 131 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9115 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 4968 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1612 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1775 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1782) AND (id_product_attribute = 7836) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2125 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1775 |
0.134
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/shop/Shop.php:1042 (isFeatureActive)
/classes/Configuration.php:328 (getContextShopID)
/modules/arseopro/classes/ArSeoModel.php:500 (getMultiple)
/modules/arseopro/classes/ArSeoProUrls.php:250 (loadFromConfig)
/modules/arseopro/classes/ArSeoProUrls.php:274 (loadAllFromConfig)
/modules/arseopro/arseopro.php:468 (getRoutes)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:59 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 292 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1746 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1774 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1782 LIMIT 1 |
0.133
ms
|
2 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2124 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 9312 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 36 LIMIT 1 |
0.132
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:1754 (generateAddress)
/override/classes/controller/FrontController.php:41 (getTemplateVarShop)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.132
ms
|
1748 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2134 LIMIT 1 |
0.132
ms
|
2 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.132
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:321 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1385 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1365 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1491 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1777 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2134 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2134) AND (id_product_attribute = 9203) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:44 (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/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9988054e4_06899815)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:445 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1488) AND (id_product_attribute = 4968) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 2541 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_product_slideshow/ets_product_slideshow.php:44 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:90 (getOrderIdFromCart)
:undefined (displayHeader)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49 (call_user_func_array)
/modules/gmerchantcenterpro/lib/hook/hookController.php:60 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:354 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:314 (execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1454 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1465 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1480 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9453 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1777
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2125 |
0.131
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/modules/ets_superspeed/classes/cache.php:72 (getCurrent)
/modules/ets_superspeed/classes/cache.php:190 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1745 (getCache)
/override/classes/Dispatcher.php:273 (displayContentCache)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9312 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1454) AND (id_product_attribute = 9115) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1752 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1506 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1746 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.129
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1586 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1752 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1491 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9120 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1782 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2117 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9204 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 107 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/mktr/App/Model/Category.php:123 (getParentsCategories)
:undefined (getParent)
/modules/mktr/App/Helper/DataBase.php:114 (call_user_func_array)
/modules/mktr/mktr.php:491 (__get)
/modules/mktr/mktr.php:467 (script)
/classes/Hook.php:1043 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 |
0.128
ms
|
2 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 4968 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 4872 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 4995 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1612 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.127
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:321 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1385 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1365 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1310 (convertBlockProperties)
/var/cache/prod/smarty/compile/basetheme/63/84/e8/6384e80bdc7681214a838c5f5f79ff614e691ccb_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99871ab85_33504764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php: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/ets_megamenu/ets_megamenu.php:2306 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1769 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1506) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'RO' LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:205 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 107 AND ctg.`id_group` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1488 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1586) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2117) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2 |
0.126
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 92 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1465) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ganalyticspro/lib/moduleTools.php:354 (isInstalled)
/modules/ganalyticspro/ganalyticspro.php:72 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 106 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 124 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1775 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9115 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1465 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1465) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1586) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:164
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE `data` FROM `ps_mktr` WHERE `uid` = '6916f0109d786' |
0.124
ms
|
0 |
|
|
/modules/mktr/App/Helper/Session.php:98
/modules/mktr/App/Helper/Session.php:50 (__construct)
/modules/mktr/App/Helper/Session.php:117 (init)
/modules/mktr/mktr.php:446 (get)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.124
ms
|
10 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/gmerchantcenterpro/conf/moduleConfiguration.php:603 (getFormattedName)
/modules/gmerchantcenterpro/lib/moduleTools.php:83 (getConfVar)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:197 (getConfiguration)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2124
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2125 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 90 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2134 AND `id_group` = 1 LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 60 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1651 (isEnabled)
/classes/controller/FrontController.php:1794 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1454 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1488 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1480 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 97 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1612 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1674 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1771 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 89 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 109 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1777 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1506 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1774 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1782 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 109 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2134
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1506) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RON') LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 92) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1746 AND id_shop=1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1775) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1465
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2095
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9345 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1480
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1506
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2095 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1769) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1777 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2117 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2134 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 90 LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:23 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:44 (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/basethemelayouts_layout_left_column_tpl/f3/0d/b2/f30db28e8c8b4640b6d798ddb456498017203b66_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9988054e4_06899815)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:445 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/69/e8/b5/69e8b59c9db1480ad9aeab003ac2c682293862b4_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987f7747_97742926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/35/44/ef/3544ef2de21e43db29317d6d2c715f3dac8c8305_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c9356_50622467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/4e/87/27/4e8727a5c2a7a71f6d65a99d353159db83d6ba96_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9987c5258_39638999)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 124) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 338) LIMIT 1 |
0.119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1754 (generateAddress)
/override/classes/controller/FrontController.php:41 (getTemplateVarShop)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 36 |
0.119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1754 (generateAddress)
/override/classes/controller/FrontController.php:41 (getTemplateVarShop)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:62 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-11-14 00:00:00' AND '2025-11-14 23:59:59' LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1491
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1491 AND id_shop=1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1746
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1612
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 106) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1465) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1506) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 2095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2124 AND id_shop=1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2125
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 858 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.118
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:819 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:960 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1488 (getConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1454 AND id_shop=1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1488 AND id_shop=1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 97) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1465) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1769 AND `id_group` = 1 LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1782
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2117
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 109) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 90) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1454
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 87 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1771 AND id_shop=1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 84 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1586 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:135
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 109 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 31 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1586) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:195
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:23 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 31) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1769
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1774 AND id_shop=1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 36 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Dispatcher.php:60 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 39 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1752 AND id_shop=1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gsnippetsreviews" LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:543 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:193 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1733 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:1043 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:184 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/17/19/40/171940f9036c607d4c82701c4b0c1365dc48ccb6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998767525_91709105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:203 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1769 AND id_shop=1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1586) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1752
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1465 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1480 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1506 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 106 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1674
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE id_feed
FROM `ps_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1 |
0.114
ms
|
370 |
|
|
/modules/gmerchantcenterpro/models/Feeds.php:83
/modules/gmerchantcenterpro/lib/moduleTools.php:193 (hasSavedData)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1777 AND `id_group` = 1 LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2125 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1586
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1586 AND id_shop=1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ets_product_slideshow/ets_product_slideshow.php:44 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1771
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1775 AND id_shop=1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2124 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 89 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.112
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-11-14 00:00:00' AND '2025-11-14 23:59:59' LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 87) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1488
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1491 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1746 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1612 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2095 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1774
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1782 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2134 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1506 AND `id_group` = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1771 AND `id_group` = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 84) LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7827 (getInterval)
/override/classes/Link.php:340 (getParentCategories)
/classes/Product.php:5643 (getProductLink)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1775
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2117 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/modules/ets_superspeed/classes/cache.php:72 (getCurrent)
/modules/ets_superspeed/classes/cache.php:190 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1745 (getCache)
/override/classes/Dispatcher.php:273 (displayContentCache)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:821 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:960 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1488 (getConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1775 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.109
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:548 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1612 AND `id_group` = 1 LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Dispatcher.php:268 (isEnabled)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1480 AND `id_group` = 1 LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1465 AND `id_group` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 0 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/Country.php:275
/modules/pshugls/pshugls.php:348 (getIsoById)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2117 AND `id_group` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 128 AND `id_shop` = 1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:104 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:986 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1454 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1488 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1491 AND `id_group` = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2095 AND `id_group` = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1782 AND `id_group` = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2125 AND `id_group` = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1586 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 36 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1774 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 843 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1752 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1746 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1674 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 36 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Country.php:275
/modules/pshugls/pshugls.php:348 (getIsoById)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1769 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2124 AND `id_group` = 1 LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:90 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ets_megamenu/classes/MM_Config.php:819 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:960 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1488 (getConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1771 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:825 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:960 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1488 (getConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/mktr/App/Model/Category.php:123 (getParentsCategories)
:undefined (getParent)
/modules/mktr/App/Helper/DataBase.php:114 (call_user_func_array)
/modules/mktr/mktr.php:491 (__get)
/modules/mktr/mktr.php:467 (script)
/classes/Hook.php:1043 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/ba/38/4e/ba384ecc8d46a38e6201daf5633c054bef7d405a_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998840cf6_39642819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:348 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/d0/0e/b2/d00eb269dce1edd7432de48e42d4f97bfaeb5f4e_2.file.layout-both-columns.tpl.php:117 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e99870e768_29058292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/71/c4/12/71c4123bb9e53efa30882e7338135454924ed54b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e998700986_23683624)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/07/6e/45/076e45cf5a41536a982d5623332fb2f41f027cd8_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986fcb99_71375513)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/basethemelayouts_layout_left_column_tpl/6c/da/b3/6cdab3e937cca8b2e25326f3d44cc7f76b14d6b9_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916e9986f0ee2_85302263)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ets_superspeed/ets_superspeed.php:64 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1674 AND `id_group` = 1 LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 118 AND `id_shop` = 1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Dispatcher.php:268 (isEnabled)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1586 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1454 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ets_superspeed/ets_superspeed.php:66 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gremarketing" LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:543 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:194 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1752 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1488 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1775 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:64 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ets_megamenu/classes/MM_Config.php:825 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:960 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1488 (getConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ets_megamenu/classes/MM_Config.php:821 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:960 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1488 (getConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1774 AND `id_group` = 1 LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1651 (isEnabled)
/classes/controller/FrontController.php:1794 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ganalyticspro/lib/moduleTools.php:354 (isInstalled)
/modules/ganalyticspro/lib/moduleTools.php:547 (isInstalled)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 36 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1754 (generateAddress)
/override/classes/controller/FrontController.php:41 (getTemplateVarShop)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:66 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/Product.php:5971 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 496 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.090
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 490 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
0.087
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 491 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.084
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 492 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
0.082
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 517 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.082
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 518 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
0.082
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 493 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.080
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 505 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.080
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 487 |
BEGIN |
0.079
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:81
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 499 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; |
0.079
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 494 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.078
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 498 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.078
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 500 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_taxonomy` (`id_taxonomy` int(11) NOT NULL AUTO_INCREMENT, `value` text NOT NULL, `lang` varchar(5) NOT NULL, PRIMARY KEY (`id_taxonomy`), KEY `lang` (`lang`), FULLTEXT KEY `ft_index` (`value`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
0.076
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 519 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
0.076
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 520 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
0.076
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 508 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.076
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 497 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.075
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 504 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; |
0.075
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 509 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_features_by_cat` (`id_cat` int(11) NOT NULL DEFAULT '0', `id_shop` int(3) NOT NULL DEFAULT "1", `values` text NOT NULL, PRIMARY KEY (`id_cat`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.075
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 502 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_taxonomy_categories` (`id_category` int(11) NOT NULL, `id_shop` int(3) NOT NULL DEFAULT "1", `txt_taxonomy` text NOT NULL, `lang` char(5) NOT NULL, KEY `id_category` (`id_category`,`lang`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.074
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 510 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.074
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 514 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.074
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 523 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
0.073
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 501 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_categories` (`id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_category` (`id_category`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.072
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 503 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_brands` (`id_brands` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_brands` (`id_brands`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.072
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 506 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_cats` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, UNIQUE KEY `tag_cat` (`id_tag`,`id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.072
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 511 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_features` (`id_tag` int(11) NOT NULL, `id_feature` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_feature`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.072
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 515 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.072
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 516 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.072
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 507 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.071
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 513 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_new_product` (`id_tag` int(11) NOT NULL, `from_date` DATETIME, `id_product` int, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_new_product` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.071
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 522 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.071
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 521 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_product_excluded` (`id_rule` int(11) NOT NULL DEFAULT "0",`id_product` int(11) NOT NULL DEFAULT "0", `id_product_attribute` int(11)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
0.071
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 512 |
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_categories` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
0.070
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec)
/modules/gmerchantcenterpro/lib/install/installController.php:48 (install)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run)
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 529 |
COMMIT |
0.060
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:155
:undefined (updateFields)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:190 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 524 |
COMMIT |
0.052
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:107
:undefined (updateTables)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:189 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|
| 525 |
BEGIN |
0.051
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:121
:undefined (updateFields)
/modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array)
/modules/gmerchantcenterpro/lib/moduleTools.php:190 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:203 (getLangCurrencyCountry)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:170 (initContent)
/controllers/front/listing/CategoryController.php:128 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:279 (dispatch)
/index.php:28 (dispatch)
|