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`) |
4.416
ms
|
4522 |
|
|
/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)
|
205 |
SELECT SQL_NO_CACHE DISTINCT p.id_product,
100 - ROUND((price / GREATEST(calculated_suggested_price, suggested_price)) * 100) AS discount
FROM ps_product p
JOIN product_marque_modele_type pmmt on p.id_product = pmmt.id_product
WHERE p.id_category_default = 1940
AND p.active
AND pmmt.modele_id = 5004
AND calculated_suggested_price + suggested_price > 0
AND (100 - ROUND((price / GREATEST(calculated_suggested_price, suggested_price)) * 100)) > 10 |
1.184
ms
|
540 |
|
|
/override/classes/service/CategoryService.php:473
/override/classes/service/CategoryService.php:523 (getBestDealsForModelCat)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
75 |
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.160
ms
|
610 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6898 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE id_category
FROM pop_category_marque_groupemodele_modele
INNER JOIN ps_category USING(id_category)
WHERE modele_id = 5004
AND active = 1
GROUP BY id_category
ORDER BY nbProducts DESC
LIMIT 18; |
1.110
ms
|
480 |
Yes
|
Yes
|
/override/classes/service/CategoryService.php:527
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
74 |
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 |
0.986
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6898 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
14 |
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` |
0.820
ms
|
99 |
Yes
|
Yes
|
/classes/Hook.php:1267
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
204 |
SELECT SQL_NO_CACHE id_manufacturer AS id,name
FROM pop_manufacturer_category
join ps_manufacturer using (id_manufacturer)
WHERE id_category = 1940
ORDER BY nb_sales DESC |
0.756
ms
|
653 |
Yes
|
|
/override/classes/service/CategoryService.php:520
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE nbProducts FROM pop_category_marque_groupemodele_modele WHERE id_category = 1940 and modele_id = 5004 |
0.604
ms
|
1 |
|
|
/override/classes/service/CategoryService.php:503
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE mv.modele_name as modelName,
CONCAT(mv.modele_name, ' (',mv.mois_debut_prod, '/', mv.annee_debut_prod,' - ',mv.mois_fin_prod , '/', mv.annee_fin_prod,')') as fullName,
mvm.marque_name as brandName,
slugify(mvm.marque_name) as slug,
mv.modele_name as slugModel,
groupe_modele_id as idGM,
slugify(groupe_modele_name) as slugGM
FROM mod_vehicules_modeles mv
JOIN mod_vehicules_marques mvm using (marque_id)
JOIN mod_vehicules_groupes_modeles mvgm using (groupe_modele_id)
WHERE modele_id = 5004 |
0.549
ms
|
1 |
|
|
/override/classes/service/CategoryService.php:515
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE id_product,manufacturer_name,nbVentes,score FROM (SELECT id_product,manufacturer_name,nbVentes,score,rn FROM(SELECT id_product,
m.name as manufacturer_name,
nbVentes,
2 as score,
dense_rank() OVER (PARTITION BY id_category ORDER BY nbVentes DESC) AS rn
FROM pop_product_vehicle
JOIN ps_product pp using (id_product)
INNER JOIN ps_manufacturer m USING (id_manufacturer)
WHERE id_vehicle=15904
and id_product != 0
and pp.active
and id_category != 0 ) as r2
UNION ALL(
SELECT DISTINCT p.id_product, m.name as manufacturer_name,nbVentes,0 as rn,1 as score
FROM pop_product p
INNER JOIN ps_manufacturer m USING (id_manufacturer)
WHERE p.is_universal = 1
AND p.active = 1
AND p.price<6000
AND p.id_product !=0
order by nbVentes desc limit 10) ) as r1 WHERE rn=1 ORDER BY score DESC,nbVentes DESC LIMIT 10 |
0.419
ms
|
392 |
Yes
|
|
/override/classes/serviceCore/CrossSellingService.php:289
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
0.356
ms
|
241 |
Yes
|
|
/classes/Country.php:148
/modules/autogoogleplace/autogoogleplace.php:53 (getCountries)
: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:1253 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.352
ms
|
1062 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
150 |
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` = 2492947) AND (b.`id_shop` = 1) LIMIT 1 |
0.303
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/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
167 |
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` = 2504617) AND (b.`id_shop` = 1) LIMIT 1 |
0.277
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/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.239
ms
|
1062 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
225 |
SELECT SQL_NO_CACHE DISTINCT mvt.type_id as id, type_name as name
FROM mod_vehicules_types mvt
JOIN category_marque_groupemodele_modele_type cmgmt using (type_id)
WHERE cmgmt.modele_id = 5004 AND id_category = 1940 |
0.231
ms
|
18 |
|
|
/override/classes/service/ModeleService.php:10
/override/classes/service/CategoryService.php:537 (getAllTypes)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON m.`id_meta` = ml.`id_meta`
WHERE ml.`id_lang` = 1 AND ml.id_shop = 1 ORDER BY page ASC |
0.215
ms
|
43 |
Yes
|
|
/classes/Meta.php:171
/modules/autogoogleplace/autogoogleplace.php:54 (getMetasByIdLang)
: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:1253 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
71 |
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` = 4618099) AND (b.`id_shop` = 1) LIMIT 1 |
0.215
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/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
100 |
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` = 14291) AND (b.`id_shop` = 1) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
20 |
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.190
ms
|
45 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
116 |
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` = 1738017) AND (b.`id_shop` = 1) LIMIT 1 |
0.184
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/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/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.183
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)
|
132 |
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` = 1216326) AND (b.`id_shop` = 1) LIMIT 1 |
0.181
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/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
182 |
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` = 2491555) 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/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE distinct psp.id_product, psm.name AS manufacturer_name
FROM pop_product psp
JOIN ps_manufacturer psm using(id_manufacturer)
JOIN product_marque_modele_type pmmt on psp.id_product = pmmt.id_product
where psp.active AND psp.id_category = 1940 AND psp.price<6000 AND pmmt.modele_id = 5004
ORDER BY psp.nbVentes DESC LIMIT 10 |
0.175
ms
|
3 |
Yes
|
|
/override/classes/popular/PopularProductService.php:1333
/override/controllers/front/listing/categoryModelController.php:17 (getPopularProductsModele)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
17 |
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.170
ms
|
95 |
|
|
/classes/module/Module.php:346
/modules/ps_checkout/ps_checkout.php:149 (__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:1253 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
76 |
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` = 8
AND tr.`id_tax_rules_group` = 53
AND tr.`id_state` IN (0, 0)
AND ('63800' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '63800')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.166
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
38 |
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.165
ms
|
95 |
|
|
/classes/module/Module.php:346
/modules/mondialrelay/mondialrelay.php:261 (__construct)
/override/modules/mondialrelay/mondialrelay.php:252 (__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:1253 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:237 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
22 |
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.164
ms
|
95 |
|
|
/classes/module/Module.php:346
/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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/Dispatcher.php:637 (exec)
/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 = 'www.carmino.fr' OR su.domain_ssl = 'www.carmino.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.161
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
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.160
ms
|
95 |
|
|
/classes/module/Module.php:346
/modules/alma/alma.php:101 (__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:1253 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
49 |
SELECT SQL_NO_CACHE 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)
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` )
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_supplier` s ON (s.`id_supplier` = p.`id_supplier`)
WHERE pl.`id_lang` = 1
AND p.reference="alma-insurance" LIMIT 1 |
0.160
ms
|
1 |
|
|
/modules/alma/lib/Repositories/ProductRepository.php:190
/modules/alma/controllers/hook/ActionFrontControllerSetVariablesHookController.php:76 (getProductIdByReference)
/modules/alma/controllers/hook/ActionFrontControllerSetVariablesHookController.php:57 (checkIsInsuranceProduct)
/modules/alma/alma.php:568 (run)
/modules/alma/alma.php:787 (runHookController)
/classes/Hook.php:1077 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:582 (exec)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
55 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.154
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/modules/ets_payment_with_fee/ets_payment_with_fee.php:1983 (getOrderTotal)
/override/classes/controller/FrontController.php:83 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
247 |
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) 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.150
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
56 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.144
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/modules/ets_payment_with_fee/ets_payment_with_fee.php:1983 (getOrderTotal)
/override/classes/controller/FrontController.php:83 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
58 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.142
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/modules/ets_payment_with_fee/ets_payment_with_fee.php:1983 (getOrderTotal)
/override/classes/controller/FrontController.php:83 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
198 |
SELECT 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` = 1940) AND (b.`id_shop` = 1) LIMIT 1 |
0.141
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:498 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-10-09 00:00:00" AND date_to <= "2025-10-09 23:59:59") OR (date_from >= "2025-10-09 00:00:00" AND date_from <= "2025-10-09 23:59:59") OR (date_from < "2025-10-09 00:00:00" AND date_to > "2025-10-09 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
231 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.141
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.135
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/modules/ets_payment_with_fee/ets_payment_with_fee.php:1983 (getOrderTotal)
/override/classes/controller/FrontController.php:83 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
239 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.133
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:737 (processCalculation)
/classes/Cart.php:2308 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:222 (getDiscountSubtotalWithoutGifts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-10-09 00:00:00" AND date_to <= "2025-10-09 23:59:59") OR (date_from >= "2025-10-09 00:00:00" AND date_from <= "2025-10-09 23:59:59") OR (date_from < "2025-10-09 00:00:00" AND date_to > "2025-10-09 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/modules/ets_payment_with_fee/ets_payment_with_fee.php:1983 (getOrderTotal)
/override/classes/controller/FrontController.php:83 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
235 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.131
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
241 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.131
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:737 (processCalculation)
/classes/Cart.php:2308 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:222 (getDiscountSubtotalWithoutGifts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
248 |
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` = 4618099
AND image_shop.`cover` = 1 LIMIT 1 |
0.131
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/c8/c9/42/c8c9428c54260950b8faa9a1f2b0ba65933edd23_2.file.productPopular.tpl.php:26 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e51c067_79528181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/2e/2e/46/2e2e46b79b6e26e9117d82e921e035cc52dd71da_2.file.cart.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e516bb4_47547380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/fd/86/62/fd8662f60dade931d8c040d4c7791573e0965690_2.file.menu.tpl.php:85 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4edab5_17334051)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/a8/85/27/a8852700ebc9476fabdd7978096f848cd1511926_2.file.header.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/a8/85/27/a8852700ebc9476fabdd7978096f848cd1511926_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4e8fe6_00968051)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:160 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
236 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.129
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
237 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.129
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
240 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.128
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:737 (processCalculation)
/classes/Cart.php:2308 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:222 (getDiscountSubtotalWithoutGifts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
242 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.128
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:737 (processCalculation)
/classes/Cart.php:2308 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:222 (getDiscountSubtotalWithoutGifts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
243 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.128
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Adapter/Presenter/Cart/CartLazyArray.php:254 (getTotalShippingCost)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
244 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.127
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartLazyArray.php:254 (getTotalShippingCost)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
245 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.127
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/src/Adapter/Presenter/Cart/CartLazyArray.php:485 (getDeliveryOptionList)
/src/Adapter/Presenter/Cart/CartLazyArray.php:262 (getShippingDisplayValue)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
238 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.127
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
122 |
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` = 1738017) |
0.126
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE ic.*
FROM `ps_insuroption_cart` ic
WHERE (ic.`id_cart` = 0) AND (ic.`id_shop` = 1) |
0.125
ms
|
157 |
|
|
/modules/insuroption/insuroption.php:1201
/classes/Hook.php:1077 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:213 (exec)
/classes/controller/FrontController.php:557 (present)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
201 |
SELECT 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` = 1049) AND (b.`id_shop` = 1) LIMIT 1 |
0.125
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:557 (__construct)
/override/classes/service/CategoryService.php:500 (getIdCatLvl1)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
232 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.124
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
199 |
SELECT 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` = 1929) AND (b.`id_shop` = 1) LIMIT 1 |
0.123
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:557 (__construct)
/override/classes/service/CategoryService.php:500 (getIdCatLvl1)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.123
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/override/modules/lgcookieslaw/lgcookieslaw.php:60 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
83 |
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` = 4618099) |
0.122
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
106 |
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` = 14291) |
0.122
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
171 |
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` = 2504617) |
0.118
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2492947) |
0.117
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `ps_lgcookieslaw_purpose` a
LEFT JOIN `ps_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
0.117
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:354
/override/modules/lgcookieslaw/lgcookieslaw.php:51 (getPurposes)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE distinct o.id_order FROM ps_orders o
LEFT JOIN ps_order_detail od ON (od.id_order = o.id_order)
WHERE o.valid = 1 AND od.product_id in(0)
order by o.id_order desc |
0.116
ms
|
1 |
Yes
|
|
/override/classes/serviceCore/CrossSellingService.php:136
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
233 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.116
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `ps_lgcookieslaw_purpose` a
LEFT JOIN `ps_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
0.116
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:354
/modules/lgcookieslaw/lgcookieslaw.php:5401 (getPurposes)
/modules/lgcookieslaw/lgcookieslaw.php:5342 (getConsentModeContent)
/override/modules/lgcookieslaw/lgcookieslaw.php:167 (getViewHeaderContent)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1216326) |
0.115
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
186 |
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` = 2491555) |
0.115
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE * FROM ps_catdata WHERE licence_plate = '' |
0.115
ms
|
1 |
|
|
/override/classes/service/VehicleService.php:45
/override/classes/controller/FrontController.php:97 (getSelectedVehicle)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
234 |
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) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.113
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/Cart.php:1237 (getCustomerCartRules)
/classes/Cart.php:3543 (getDeliveryOptionList)
/src/Core/Cart/Fees.php:97 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/override/classes/Cart.php:724 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/ae/38/38/ae38382ba6f126f0f0f60f0283cbfe7dfe0aa915_2.file.javascript.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4cb2e8_62311614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:500 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/7b/f5/e0/7bf5e0059468f8720747f273f93d36ad6485ea40_2.file.head.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4b3207_40878025)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.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/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
249 |
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` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('63800' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '63800')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.113
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4168 (getPriceStatic)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/c8/c9/42/c8c9428c54260950b8faa9a1f2b0ba65933edd23_2.file.productPopular.tpl.php:55 (getPrice)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e51c067_79528181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/2e/2e/46/2e2e46b79b6e26e9117d82e921e035cc52dd71da_2.file.cart.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e516bb4_47547380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/fd/86/62/fd8662f60dade931d8c040d4c7791573e0965690_2.file.menu.tpl.php:85 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4edab5_17334051)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/a8/85/27/a8852700ebc9476fabdd7978096f848cd1511926_2.file.header.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/a8/85/27/a8852700ebc9476fabdd7978096f848cd1511926_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4e8fe6_00968051)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:160 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:57 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
200 |
SELECT 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` = 1719) AND (b.`id_shop` = 1) LIMIT 1 |
0.111
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:557 (__construct)
/override/classes/service/CategoryService.php:500 (getIdCatLvl1)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
12 |
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.108
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:619 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
92 |
SELECT SQL_NO_CACHE WAREHOUSE,IF(WAREHOUSE='KOM',0,IF(WAREHOUSE='HZA' OR WAREHOUSE='ZKM',1,2)) as delay,AVAILABLE
FROM ps_supplier_74_stock t
WHERE id_product=4618099
order by FIELD(WAREHOUSE,'KOM','HZA','ZKM','HSN')
LIMIT 1 |
0.105
ms
|
1 |
Yes
|
|
/override/classes/serviceCore/suppliers/supplier74.php:18
/override/classes/serviceCore/SupplierInfo.php:33 (getDelay)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 2) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.103
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/override/modules/lgcookieslaw/lgcookieslaw.php:60 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE *
FROM `ps_insuroption_cart`
WHERE (id_cart = 0) |
0.101
ms
|
157 |
|
|
/override/classes/Cart.php:620
/override/classes/Cart.php:332 (hasInsuroptionInCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `ps_insuroption_cart`
WHERE (id_cart = 0) |
0.098
ms
|
157 |
|
|
/override/classes/Cart.php:620
/override/classes/Cart.php:332 (hasInsuroptionInCart)
/override/classes/Cart.php:686 (getProducts)
/modules/ets_payment_with_fee/ets_payment_with_fee.php:1983 (getOrderTotal)
/override/classes/controller/FrontController.php:83 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
227 |
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` = 1929) LIMIT 1 |
0.098
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/Category.php:22 (__construct)
/override/classes/Breadcrumb.php:60 (__construct)
/override/controllers/front/listing/categoryModelController.php:35 (getBreadcrumb)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
79 |
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 = 4618099
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE WAREHOUSE,IF(WAREHOUSE='KOM',0,IF(WAREHOUSE='HZA' OR WAREHOUSE='ZKM',1,2)) as delay,AVAILABLE
FROM ps_supplier_74_stock t
WHERE id_product=1216326
order by FIELD(WAREHOUSE,'KOM','HZA','ZKM','HSN')
LIMIT 1 |
0.097
ms
|
1 |
Yes
|
|
/override/classes/serviceCore/suppliers/supplier74.php:18
/override/classes/serviceCore/SupplierInfo.php:33 (getDelay)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE id_manufacturer,name, nbVentes,concat('/e/equipementier-auto?idManufacturer=',id_manufacturer) as url FROM pop_manufacturer
ORDER BY nbVentes DESC
LIMIT 43 |
0.097
ms
|
43 |
Yes
|
|
/override/classes/service/PopularService.php:19
/override/classes/controller/FrontController.php:145 (getManufacturer)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
30 |
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.096
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)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE * FROM ps_catdata WHERE licence_plate = '' |
0.096
ms
|
1 |
|
|
/override/classes/service/VehicleService.php:45
/override/classes/serviceCore/CrossSellingService.php:130 (getSelectedVehicle)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.096
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/override/modules/lgcookieslaw/lgcookieslaw.php:60 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
168 |
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 = 2504617
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
7 |
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` = 8) LIMIT 1 |
0.095
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)
|
207 |
SELECT 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` = 3807) AND (b.`id_shop` = 1) LIMIT 1 |
0.094
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/override/modules/lgcookieslaw/lgcookieslaw.php:76 (getCMSLink)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
68 |
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.093
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2227 (isMultiCurrencyActivated)
/modules/fbloginblock/fbloginblock.php:1816 (getCacheId)
/classes/Hook.php:1077 (hookdisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE WAREHOUSE,IF(WAREHOUSE='KOM',0,IF(WAREHOUSE='HZA' OR WAREHOUSE='ZKM',1,2)) as delay,AVAILABLE
FROM ps_supplier_74_stock t
WHERE id_product=4618099
order by FIELD(WAREHOUSE,'KOM','HZA','ZKM','HSN')
LIMIT 1 |
0.093
ms
|
1 |
Yes
|
|
/override/classes/serviceCore/suppliers/supplier74.php:18
/override/classes/serviceCore/SupplierInfo.php:33 (getDelay)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1929 AND `id_shop` = 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:22 (__construct)
/override/classes/Breadcrumb.php:60 (__construct)
/override/controllers/front/listing/categoryModelController.php:35 (getBreadcrumb)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
80 |
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 = 4618099 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 5) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.092
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/override/modules/lgcookieslaw/lgcookieslaw.php:60 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
211 |
SELECT 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` = 2232) AND (b.`id_shop` = 1) LIMIT 1 |
0.091
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 4) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.091
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/override/modules/lgcookieslaw/lgcookieslaw.php:60 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5575 (renderHook)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a6ac8_93209953)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e4a1d31_47490946)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/83/5d/55/835d550ceca420b3aa5f10318311fe06a20e618b_2.file.product-list.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6ff155_12693341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/39/e2/44/39e244a2b044b2114f5f6811b8b1c506da568564_2.file.categoryModel.tpl.php:49 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e14e6fa429_38594189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE WAREHOUSE,IF(WAREHOUSE='KOM',0,IF(WAREHOUSE='HZA' OR WAREHOUSE='ZKM',1,2)) as delay,AVAILABLE
FROM ps_supplier_74_stock t
WHERE id_product=1216326
order by FIELD(WAREHOUSE,'KOM','HZA','ZKM','HSN')
LIMIT 1 |
0.090
ms
|
1 |
Yes
|
|
/override/classes/serviceCore/suppliers/supplier74.php:18
/override/classes/serviceCore/SupplierInfo.php:33 (getDelay)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
5 |
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.089
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)
|
94 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 74 |
0.089
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:29 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
104 |
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 = 14291 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
183 |
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 = 2491555
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
210 |
SELECT 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` = 1513) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
219 |
SELECT 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` = 1701) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
169 |
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 = 2504617 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
6 |
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.086
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
40 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "categoryModel"
OR m.page = "categorymodel"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1791 (getMetaTags)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 74 |
0.086
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:29 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
103 |
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 = 14291
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
229 |
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` = 1719) LIMIT 1 |
0.086
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/Category.php:22 (__construct)
/override/classes/Breadcrumb.php:60 (__construct)
/override/controllers/front/listing/categoryModelController.php:35 (getBreadcrumb)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
154 |
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 = 2492947 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
184 |
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 = 2491555 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
135 |
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 = 1216326 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
223 |
SELECT 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` = 1225) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 40 |
0.084
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 74 |
0.084
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:29 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.084
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
120 |
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 = 1738017 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
217 |
SELECT 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` = 1665) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
220 |
SELECT 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` = 1462) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 127 |
0.083
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:29 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
208 |
SELECT 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` = 1494) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 74 |
0.082
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:29 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
134 |
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 = 1216326
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
153 |
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 = 2492947
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 14 |
0.081
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
212 |
SELECT 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` = 2182) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
119 |
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 = 1738017
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.080
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1719 AND `id_shop` = 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:22 (__construct)
/override/classes/Breadcrumb.php:60 (__construct)
/override/controllers/front/listing/categoryModelController.php:35 (getBreadcrumb)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 14 |
0.079
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
213 |
SELECT 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` = 2112) AND (b.`id_shop` = 1) LIMIT 1 |
0.079
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
216 |
SELECT 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` = 1575) AND (b.`id_shop` = 1) LIMIT 1 |
0.079
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
221 |
SELECT 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` = 1416) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.078
ms
|
87 |
|
|
/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)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
87 |
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`=4618099 |
0.078
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 14 |
0.078
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
215 |
SELECT 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` = 1224) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
32 |
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.077
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:697 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.077
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
209 |
SELECT 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` = 1332) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
222 |
SELECT 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` = 1417) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 14 |
0.076
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
24 |
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.076
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:326
/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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/Dispatcher.php:637 (exec)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.076
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)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
109 |
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`=14291 |
0.076
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
46 |
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` = 8) LIMIT 1 |
0.075
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 14 |
0.075
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
214 |
SELECT 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` = 1322) AND (b.`id_shop` = 1) LIMIT 1 |
0.075
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE id_supplier as id,
name,
si.delivery_delay,
si.min_amount_franco as minAmountFranco,
si.express_price,
si.min_amount_order as minAmountOrder,
si.delay_max_order as delayMaxOrder,
si.cut_offs, si.cut_off_friday_subtract,
IF(cut_off_alert_delay is null,0,cut_off_alert_delay ) as cut_off_alert_delay
FROM ps_supplier s
LEFT JOIN ps_supplier_info si ON (s.id_supplier = si.supplier_id)
WHERE s.id_supplier = 14 |
0.075
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/SupplierInfo.php:31 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
224 |
SELECT 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` = 1054) AND (b.`id_shop` = 1) LIMIT 1 |
0.073
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
9 |
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.072
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)
|
125 |
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`=1738017 |
0.072
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
174 |
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`=2504617 |
0.072
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:309 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
26 |
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.071
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:326
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1077 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/override/classes/Dispatcher.php:637 (exec)
/index.php:28 (dispatch)
|
159 |
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`=2492947 |
0.071
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
218 |
SELECT 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` = 1553) AND (b.`id_shop` = 1) LIMIT 1 |
0.071
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/Category.php:22 (__construct)
/override/classes/service/CategoryService.php:534 (__construct)
/override/controllers/front/listing/categoryModelController.php:15 (getModelCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
140 |
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`=1216326 |
0.070
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
189 |
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`=2491555 |
0.069
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.068
ms
|
1 |
|
|
/classes/module/Module.php:2041
/classes/Hook.php:929 (getExceptionsStatic)
/override/classes/Dispatcher.php:637 (exec)
/index.php:28 (dispatch)
|
35 |
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.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/override/classes/Cart.php:28 (__construct)
/classes/controller/FrontController.php:467 (__construct)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1 |
0.067
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:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.066
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)
|
105 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14291 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
111 |
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` = 1645 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2491555 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.062
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:697 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 53 |
0.062
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:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1738017 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1216326 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2492947 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2504617 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.061
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:316
/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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/Dispatcher.php:637 (exec)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4618099 AND id_shop=1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1738017 AND id_shop=1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.060
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)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14291 AND id_shop=1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2492947 AND id_shop=1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
0.060
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
89 |
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` = 2149 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.059
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)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
142 |
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` = 1878 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 14291 |
0.059
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2504617 AND id_shop=1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.058
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/override/classes/Cart.php:28 (__construct)
/classes/controller/FrontController.php:467 (__construct)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1738017 |
0.058
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1738017 |
0.058
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1216326 AND id_shop=1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2491555 AND id_shop=1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.057
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)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_extraoptions" LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/override/classes/Cart.php:327 (isEnabled)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 4618099 = id_product |
0.057
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 14291 |
0.057
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 419 LIMIT 1 |
0.057
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
161 |
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` = 1052 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.056
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:316
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1077 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/override/classes/Dispatcher.php:637 (exec)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 307 LIMIT 1 |
0.056
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
176 |
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` = 1053 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.055
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4618099 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2 LIMIT 1 |
0.055
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
127 |
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` = 1729 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.054
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)
|
34 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:706 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
191 |
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` = 1056 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 4618099 |
0.052
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1216326 = id_product |
0.052
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1216326 |
0.052
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 109 LIMIT 1 |
0.051
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 87 LIMIT 1 |
0.051
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2492947 = id_product |
0.051
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2504617 = id_product |
0.051
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2491555 |
0.050
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
48 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.049
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2492947 |
0.049
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2504617 |
0.049
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/override/classes/serviceCore/ProductService.php:1370 (loadStockData)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2491555 = id_product |
0.049
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/override/classes/Cart.php:28 (__construct)
/classes/controller/FrontController.php:467 (__construct)
/override/classes/controller/FrontController.php:61 (init)
/tools/profiling/Controller.php:41 (init)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 4618099 |
0.049
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2504617 |
0.048
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1216326 |
0.048
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2492947 |
0.048
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2491555 |
0.048
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14291 AND `id_group` = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2504617 AND `id_group` = 1 LIMIT 1 |
0.046
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.045
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1 |
0.044
ms
|
0 |
|
|
/classes/module/Module.php:2132
/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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 74 LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4618099 AND `id_group` = 1 LIMIT 1 |
0.044
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 14291 = id_product |
0.044
ms
|
1 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.044
ms
|
0 |
|
|
/classes/module/Module.php:2132
/override/classes/Cart.php:327 (isEnabled)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1738017 = id_product |
0.043
ms
|
1 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/module/Module.php:2132
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1738017 AND `id_group` = 1 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1216326 AND `id_group` = 1 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2492947 AND `id_group` = 1 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
0.041
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:80 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:91 (assignGeneralPurposeVariables)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 40 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2491555 AND `id_group` = 1 LIMIT 1 |
0.041
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
0.040
ms
|
0 |
|
|
/classes/module/Module.php:2132
/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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 127 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 14291 = id_product |
0.040
ms
|
1 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1738017 = id_product |
0.039
ms
|
1 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 4618099 = id_product |
0.039
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/service/RecentProductsService.php:154 (getProductById)
/override/classes/controller/FrontController.php:118 (getProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 14 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:1368 (__construct)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2492947 = id_product |
0.039
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1216326 = id_product |
0.038
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2504617 = id_product |
0.038
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_banner" LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2491555 = id_product |
0.037
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:1369 (getAvailability)
/override/classes/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "homeslider" LIMIT 1 |
0.036
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1 |
0.035
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (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:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/override/classes/controller/FrontController.php:109 (exec)
/override/controllers/front/listing/categoryModelController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|