310 |
SELECT SQL_NO_CACHE p.id_product as id, m.name as manufacturer_name, p.price
FROM ps_product as p
JOIN ps_manufacturer m USING (id_manufacturer)
WHERE EXISTS(SELECT 1 FROM product_marque_modele_type pmmt WHERE pmmt.id_product = p.id_product AND pmmt.type_id=21648)
AND p.active = 0
AND p.id_category_default = 1244
AND p.price > 0
AND p.price <= 5000
AND m.active = 1 order by manufacturer_name,price |
16.348
ms
|
14384 |
Yes
|
|
/override/classes/serviceCore/ProductService.php:369
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE * FROM (
SELECT p1.id_product as id, m.name as manufacturer_name, m.id_manufacturer, p1.id_category_default,p1.price, p1.price - IF(reduction is null,0,reduction) as priceRemise,
if(stock_dispo>0,1,0) as dispo
FROM ps_product p1
LEFT JOIN ps_manufacturer m USING (id_manufacturer)
LEFT JOIN ps_stock_dispo_gs using (id_product)
LEFT JOIN ps_specific_price sp USING (id_product)
LEFT JOIN product_marque_modele_type as pmmt ON (p1.id_product = pmmt.id_product)
JOIN mod_vehicules_types mvt ON pmmt.type_id = mvt.type_id
WHERE id_category_default =1244
AND mvt.ext_type IN (2,999,4,5)
AND (p1.id_manufacturer not in (3,25,46,79,91,180,520,47,109,576,553,589,119,561,595,596,607,703,261,543,36,598,599,161,508,137,436,88,232,346,378,887,152,608,517,1024,259) OR stock_dispo>0)
AND p1.active= 1
AND pmmt.type_id=21648
AND p1.price>0 AND p1.price<5000
GROUP BY p1.id_product) as R23 ORDER BY dispo desc,manufacturer_name |
8.609
ms
|
6911641 |
Yes
|
Yes
|
/override/classes/serviceCore/ProductService.php:121
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE pfvl.id_feature_value,pfvl.value,pfp.id_feature
FROM ps_feature as pfl
JOIN ps_feature_product AS pfp using (id_feature)
join ps_feature_value_lang AS pfvl using(id_feature_value)
join ps_product p using(id_product)
WHERE id_category_default = 1244
AND p.active=1 AND pfvl.id_lang=1
AND p.price<6000
AND (EXISTS(SELECT 1 FROM product_marque_modele_type pmmt WHERE pmmt.type_id=21648 and pmmt.id_product = p.id_product) OR p.is_universal)
group by id_feature_value |
8.056
ms
|
2629 |
Yes
|
Yes
|
/override/classes/serviceCore/ProductService.php:464
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE force_display,
gs.stock_dispo,
gs.id_next_supplier,
pl.name,
group_concat(oem.id_ptt_reference) as refConstructeur,
image,
p1.id_product as id,
m.name as manufacturer_name,
m.id_manufacturer,
p1.id_category_default,
p1.price,
p1.price - IF(reduction is null, 0, reduction) as priceRemise,
0 as dispo,pl.description
FROM ps_product p1
JOIN ps_product_lang pl using (id_product)
LEFT JOIN ps_stock_dispo_gs gs using (id_product)
LEFT JOIN ps_specific_price sp USING (id_product)
JOIN ps_manufacturer m USING (id_manufacturer)
LEFT JOIN ps_ptt_product_refconstructeur oem using (id_product)
LEFT JOIN (SELECT 1 as image, id_product FROM ps_image group by id_product) R1 using (id_product)
WHERE p1.active = 1 and gs.stock_dispo is null
AND id_category_default=1244
AND p1.id_manufacturer in (3,25,46,79,91,180,520,47,109,576,553,589,119,561,595,596,607,703,261,543,36,598,599,161,508,137,436,88,232,346,378,887,152,608,517,1024,259)
AND EXISTS (SELECT 1 FROM mod_vehicules_types mvt
JOIN product_marque_modele_type as pmmt using (type_id) where mvt.ext_type IN (2,999,4,5) AND pmmt.type_id=21648 AND p1.id_product=pmmt.id_product)
AND pl.id_lang = 1
AND pl.id_shop = 1
group by id
order by force_display desc,stock_dispo desc,image desc,p1.price asc |
5.996
ms
|
15774 |
Yes
|
|
/override/classes/serviceCore/ProductService.php:810
/override/classes/serviceCore/ProductService.php:122 (makeRequeteCategoryProductClassManufacturer)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.428
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)
|
78 |
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.158
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
77 |
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.996
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 649699 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.978
ms
|
7 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
73 |
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=3807
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.887
ms
|
30752 |
Yes
|
|
/override/classes/serviceCore/CrossSellingService.php:289
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.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.815
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)
|
614 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 2865684 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.675
ms
|
2 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
569 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 5307102 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.670
ms
|
3 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
581 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 2646294 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.658
ms
|
6 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
578 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 1917086 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.618
ms
|
12 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
560 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 5451129 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.590
ms
|
5 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
311 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6183399) AND (b.`id_shop` = 1) LIMIT 1 |
0.498
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 6027088 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.483
ms
|
2 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:86 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite
FROM ps_category c
LEFT JOIN ps_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE c.id_category<>1049 AND c.nleft <= 1412
AND c.nright >= 1413
AND c.nleft >= 2
AND c.nright <= 5847
AND cl.id_lang = 1
AND c.active = 1
AND c.level_depth > 1
ORDER BY c.level_depth ASC |
0.464
ms
|
609 |
Yes
|
|
/override/classes/PathMaker.php:117
/override/classes/PathMaker.php:34 (getCategoryPath)
/override/controllers/front/listing/categoryTypeController.php:119 (breadCrumbsCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
268 |
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` = 6027088) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
437 |
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` = 4952985) AND (b.`id_shop` = 1) LIMIT 1 |
0.449
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
224 |
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` = 2136367) AND (b.`id_shop` = 1) LIMIT 1 |
0.447
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
563 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 6027088 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.437
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
602 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 2194495 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.436
ms
|
7 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
161 |
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` = 4890296) AND (b.`id_shop` = 1) LIMIT 1 |
0.430
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 425869 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.416
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
608 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 1766257 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.414
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
584 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 2646295 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.409
ms
|
12 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
499 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 6183399 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.368
ms
|
2 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/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.362
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
342 |
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` = 2646294) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.348
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)
|
144 |
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` = 6102202) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 5247816 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.328
ms
|
6 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
448 |
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` = 2865684) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
599 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 1017587 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.306
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
380 |
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` = 649699) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 5431142 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.289
ms
|
4 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
176 |
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` = 4957292) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
427 |
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` = 1766257) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
418 |
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` = 5431142) AND (b.`id_shop` = 1) LIMIT 1 |
0.281
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 5451129 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.255
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:86 (getImagesProduct)
/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.248
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)
|
611 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 4952985 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.248
ms
|
3 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
572 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 6183399 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.243
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
564 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 425869
ORDER BY `position` |
0.242
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
588 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 632823
ORDER BY `position` |
0.236
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
252 |
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` = 5451129) AND (b.`id_shop` = 1) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 2865717 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.231
ms
|
2 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
590 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 632823 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.218
ms
|
2 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
74 |
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` = 2457845) AND (b.`id_shop` = 1) LIMIT 1 |
0.214
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
587 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 2646296 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.214
ms
|
11 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
501 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 1917086 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.209
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6183399
ORDER BY `position` |
0.204
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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.191
ms
|
45 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
297 |
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` = 5307102) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
282 |
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` = 425869) AND (b.`id_shop` = 1) LIMIT 1 |
0.188
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
98 |
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` = 3260616) AND (b.`id_shop` = 1) LIMIT 1 |
0.185
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/categoryTypeController.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.182
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)
|
114 |
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` = 1706445) AND (b.`id_shop` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 3 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.181
ms
|
356 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
332 |
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` = 1917086) 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
FROM `ps_feature` f
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1)
ORDER BY f.`position` ASC |
0.176
ms
|
441 |
Yes
|
|
/classes/Feature.php:92
/override/controllers/front/listing/categoryTypeController.php:48 (getFeatures)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
209 |
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` = 787220) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3260097) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
193 |
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` = 1199910) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
399 |
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` = 1017587) AND (b.`id_shop` = 1) LIMIT 1 |
0.172
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.172
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)
|
370 |
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` = 632823) AND (b.`id_shop` = 1) LIMIT 1 |
0.170
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
409 |
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` = 2194495) AND (b.`id_shop` = 1) LIMIT 1 |
0.170
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
352 |
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` = 2646295) AND (b.`id_shop` = 1) LIMIT 1 |
0.169
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/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.167
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)
|
79 |
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.167
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.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.166
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)
|
459 |
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` = 2865717) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
361 |
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` = 2646296) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
390 |
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` = 649724) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
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.162
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.158
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)
|
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.156
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
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.156
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 1 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.151
ms
|
42 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/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.146
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.145
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 6 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.140
ms
|
47 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/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.137
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE mvt.type_id, mvt.type_name, mvt.type_id as id,
mvm.marque_id, mvm.marque_name,
mvmo.modele_id, mvmo.modele_name,
mvgmo.groupe_modele_id, mvgmo.groupe_modele_name,mvgmo.utilitaire,
CONCAT(mvmo.mois_debut_prod, '/', mvmo.annee_debut_prod) as start_date,
CONCAT(mvmo.mois_fin_prod, '/', mvmo.annee_fin_prod) as end_date, mvt.ext_type
FROM mod_vehicules_types mvt
LEFT JOIN mod_vehicules_marques mvm ON (mvt.marque_id = mvm.marque_id)
LEFT JOIN mod_vehicules_modeles mvmo ON (mvt.modele_id = mvmo.modele_id)
LEFT JOIN mod_vehicules_groupes_modeles mvgmo ON (mvmo.groupe_modele_id = mvgmo.groupe_modele_id)
WHERE type_id = 21648 AND mvt.ext_type in (2,999,4,5) LIMIT 1 |
0.135
ms
|
1 |
|
|
/override/classes/Vehicle.php:135
/override/classes/service/VehicleService.php:151 (getByTypeId)
/override/controllers/front/listing/categoryTypeController.php:31 (getVehicleByTypeId)
/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.135
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE id_category FROM ps_category WHERE id_parent=1960 and id_category=1244
UNION ALL select id_category from ps_category where id_parent in(SELECT id_category FROM ps_category WHERE id_parent=1960) and id_category=1244
UNION ALL select id_category from ps_category where id_parent in(select id_category from ps_category where id_parent in(SELECT id_category FROM ps_category WHERE id_parent=1960)) and id_category=1244 |
0.135
ms
|
0 |
|
|
/override/classes/Category.php:1342
/override/classes/serviceCore/ProductService.php:38 (isChildren)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 18 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.134
ms
|
46 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE * FROM ps_catdata WHERE licence_plate = '' |
0.131
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE '' as licence_plate,mvt.type_id, mvt.type_name,
mvm.marque_id, mvm.marque_name,
mvmo.modele_id, mvmo.modele_name,
mvgmo.groupe_modele_id, mvgmo.groupe_modele_name,mvgmo.utilitaire,
CONCAT(mvmo.mois_debut_prod, '/', mvmo.annee_debut_prod) as start_date,
CONCAT(mvmo.mois_fin_prod, '/', mvmo.annee_fin_prod) as end_date, mvt.ext_type
from mod_vehicules_types mvt
join mod_vehicules_marques mvm using (marque_id)
join mod_vehicules_groupes_modeles mvgmo using (groupe_modele_id)
LEFT JOIN mod_vehicules_modeles mvmo ON (mvt.modele_id = mvmo.modele_id)
where type_id=21648 |
0.131
ms
|
1 |
|
|
/override/classes/service/MonGarageService.php:308
/override/classes/service/MonGarageService.php:24 (getVehicleForCookie)
/override/classes/service/VehicleService.php:23 (setCookie)
/override/controllers/front/listing/categoryTypeController.php:32 (setCookie)
/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.128
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
214 |
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` = 787220) |
0.125
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
321 |
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` = 5247816) 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/Product.php:725 (__construct)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
258 |
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` = 5451129) |
0.122
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2646295) |
0.122
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
86 |
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` = 2457845) |
0.121
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
72 |
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.120
ms
|
1 |
Yes
|
|
/override/classes/serviceCore/CrossSellingService.php:136
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
472 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 2 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.120
ms
|
22 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
104 |
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` = 3260616) |
0.119
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
316 |
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` = 6183399) |
0.119
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.116
ms
|
1 |
|
|
/override/classes/service/VehicleService.php:45
/override/classes/controller/FrontController.php:97 (getSelectedVehicle)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
182 |
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` = 4957292) |
0.116
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
337 |
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` = 1917086) |
0.116
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
273 |
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` = 6027088) |
0.116
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
476 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 4 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.116
ms
|
25 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
523 |
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: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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
119 |
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` = 1706445) |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
133 |
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` = 3260097) |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
165 |
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` = 4890296) |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
288 |
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` = 425869) |
0.115
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
150 |
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` = 6102202) |
0.114
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
230 |
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` = 2136367) |
0.114
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5307102) |
0.114
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6027088
ORDER BY `position` |
0.114
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
347 |
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` = 2646294) |
0.113
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
199 |
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` = 1199910) |
0.112
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
365 |
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` = 2646296) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
454 |
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` = 2865684) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
404 |
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` = 1017587) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
539 |
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.112
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
422 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5431142) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
443 |
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` = 4952985) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
385 |
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` = 649699) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 5431142 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.111
ms
|
5 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
394 |
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` = 649724) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
413 |
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` = 2194495) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
375 |
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` = 632823) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
464 |
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` = 2865717) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.109
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)
|
52 |
SELECT SQL_NO_CACHE *
FROM `ps_insuroption_cart`
WHERE (id_cart = 0) |
0.109
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
432 |
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` = 1766257) |
0.109
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 7 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.108
ms
|
11 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5431142
ORDER BY `position` |
0.108
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
487 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 20 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.105
ms
|
19 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 9 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.104
ms
|
15 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5451129
ORDER BY `position` |
0.104
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
567 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5307102
ORDER BY `position` |
0.104
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
576 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1917086
ORDER BY `position` |
0.103
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
606 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1766257
ORDER BY `position` |
0.103
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
478 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 8 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.102
ms
|
13 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2194495
ORDER BY `position` |
0.102
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_catdata WHERE licence_plate = '' |
0.101
ms
|
1 |
|
|
/override/classes/service/VehicleService.php:45
/override/controllers/front/listing/categoryTypeController.php:26 (getSelectedVehicle)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2646296
ORDER BY `position` |
0.101
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
597 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1017587
ORDER BY `position` |
0.100
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
247 |
SELECT SQL_NO_CACHE * FROM ps_catdata WHERE licence_plate = '' |
0.100
ms
|
1 |
|
|
/override/classes/service/VehicleService.php:153
/override/controllers/front/listing/categoryTypeController.php:31 (getVehicleByTypeId)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 21 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.100
ms
|
13 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
559 |
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 ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.100
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:729 (getTaxCalculator)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:134 (getSuggestedPriceWT)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
594 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 649724
ORDER BY `position` |
0.099
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_category_lang`
WHERE `id_category` = 1244 AND `id_shop` = 1 |
0.099
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/controllers/front/listing/categoryTypeController.php:15 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4952985
ORDER BY `position` |
0.099
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
480 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 10 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.098
ms
|
10 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
555 |
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.098
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
612 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2865684
ORDER BY `position` |
0.098
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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.097
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)
|
53 |
SELECT SQL_NO_CACHE *
FROM `ps_insuroption_cart`
WHERE (id_cart = 0) |
0.097
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
524 |
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.097
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
591 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 649699
ORDER BY `position` |
0.097
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
596 |
SELECT SQL_NO_CACHE r.value, vpr.id_group
FROM ps_ptt_vehicle_product_restriction vpr
JOIN ps_ptt_restriction r ON (vpr.id_restriction = r.id_restriction)
JOIN mod_vehicules_types vt ON (vpr.id_ptt_vehicle = vt.ext_id AND vpr.ext_type = vt.ext_type)
WHERE vpr.id_product = 649724 AND vt.type_id = 21648 AND vt.ext_type IN( 2,999,4,5)
GROUP BY r.id_restriction |
0.097
ms
|
2 |
|
Yes
|
/override/classes/Product.php:72
/override/classes/Product.php:83 (getRestrictions)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:197 (getRestrictionsHTML)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
615 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2865717
ORDER BY `position` |
0.097
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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 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/categoryTypeController.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.096
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)
|
162 |
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 = 4890296
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.096
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
314 |
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 = 6183399 LIMIT 1 |
0.096
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 17 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.096
ms
|
5 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/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.096
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
82 |
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 = 2457845
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
419 |
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 = 5431142
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
540 |
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.095
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
482 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 14 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.093
ms
|
3 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 5 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.092
ms
|
3 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 16 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.092
ms
|
4 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
545 |
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.092
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
256 |
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 = 5451129 LIMIT 1 |
0.091
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
525 |
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.091
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
573 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5247816
ORDER BY `position` |
0.091
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1244) 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/controllers/front/listing/categoryTypeController.php:15 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 26 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.091
ms
|
4 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
538 |
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.091
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
579 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2646294
ORDER BY `position` |
0.091
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
618 |
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.091
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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.090
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)
|
481 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 13 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.090
ms
|
3 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 19 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.090
ms
|
2 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 22 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.090
ms
|
4 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 25 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.090
ms
|
4 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
528 |
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.090
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
582 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2646295
ORDER BY `position` |
0.090
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:41 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
298 |
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 = 5307102
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.089
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)
|
83 |
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 = 2457845 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
285 |
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 = 425869
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.088
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 = "categoryType"
OR m.page = "categorytype"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.088
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE v.*,vl.*,f.bExlusive
FROM ps_feature_value v
join ps_feature f using(id_feature)
LEFT JOIN ps_feature_value_lang vl using(id_feature_value)
WHERE v.id_feature = 24 AND vl.id_lang = 1
AND (v.custom IS NULL OR v.custom = 0)
ORDER BY vl.value ASC |
0.088
ms
|
2 |
Yes
|
|
/override/classes/FeatureValue.php:24
/override/controllers/front/listing/categoryTypeController.php:52 (getFeatureValuesWithLang)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
527 |
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.088
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
130 |
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 = 3260097
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.087
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
255 |
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 = 5451129
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
265 |
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 = 234 |
0.087
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/suppliers/supplier234.php:11 (__construct)
/override/classes/serviceCore/SupplierInfo.php:29 (__construct)
/override/classes/Product.php:395 (__construct)
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
271 |
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 = 6027088 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 1766257 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.087
ms
|
2 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
526 |
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.087
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
531 |
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.087
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
541 |
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.087
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
548 |
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.087
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
411 |
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 = 2194495 LIMIT 1 |
0.086
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.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/Link.php:112 (__construct)
/override/classes/PathMaker.php:42 (getCategoryLink)
/override/controllers/front/listing/categoryTypeController.php:119 (breadCrumbsCategory)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
532 |
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.086
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
544 |
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.086
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
313 |
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 = 6183399
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
362 |
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 = 2646296
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
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 = 127 |
0.085
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
163 |
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 = 4890296 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
286 |
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 = 425869 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
353 |
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 = 2646295
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 425869 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.085
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:86 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
529 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
530 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
542 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
549 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
619 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.085
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)
|
270 |
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 = 6027088
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
535 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
536 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
543 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
546 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
552 |
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.085
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
102 |
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 = 3260616 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
354 |
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 = 2646295 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
179 |
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 = 4957292
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.084
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
299 |
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 = 5307102 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
420 |
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 = 5431142 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
533 |
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.084
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
537 |
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.084
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
547 |
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.084
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
551 |
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.084
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
553 |
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.084
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
554 |
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.084
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
112 |
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.083
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
148 |
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 = 6102202 LIMIT 1 |
0.083
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
180 |
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 = 4957292 LIMIT 1 |
0.083
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
228 |
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 = 2136367 LIMIT 1 |
0.083
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 649724
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
410 |
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 = 2194495
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
534 |
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.083
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
550 |
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.083
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
556 |
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.083
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/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:40 (getPrice)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
117 |
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 = 1706445 LIMIT 1 |
0.082
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
131 |
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 = 3260097 LIMIT 1 |
0.082
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
227 |
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 = 2136367
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.082
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
279 |
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 = 289 |
0.082
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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
294 |
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 = 461 |
0.082
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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
345 |
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 = 2646294 LIMIT 1 |
0.082
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
383 |
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 = 649699 LIMIT 1 |
0.082
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
430 |
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 = 1766257 LIMIT 1 |
0.082
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
452 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2865684 LIMIT 1 |
0.082
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
212 |
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 = 787220 LIMIT 1 |
0.082
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/categoryTypeController.php:10 (initContent)
/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.081
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)
|
101 |
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 = 3260616
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
127 |
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 = 546 |
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: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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
363 |
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 = 2646296 LIMIT 1 |
0.081
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
116 |
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 = 1706445
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
197 |
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 = 1199910 LIMIT 1 |
0.081
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
307 |
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 = 461 |
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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
335 |
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 = 1917086 LIMIT 1 |
0.080
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 649724 LIMIT 1 |
0.080
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
441 |
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 = 4952985 LIMIT 1 |
0.080
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
462 |
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 = 2865717 LIMIT 1 |
0.080
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
140 |
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.080
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
147 |
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 = 6102202
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/categoryTypeController.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_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.080
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
205 |
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 = 467 |
0.080
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
237 |
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 = 41 |
0.080
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/suppliers/supplier41.php:11 (__construct)
/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
344 |
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 = 2646294
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
373 |
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 = 632823 LIMIT 1 |
0.080
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
429 |
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 = 1766257
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
189 |
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 = 489 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
222 |
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.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: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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 5307102 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.079
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:86 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 632823 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.079
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 1017587 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.079
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
96 |
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.079
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/categoryTypeController.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_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 = 537 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
267 |
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 = 234 |
0.079
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/suppliers/supplier234.php:11 (__construct)
/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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
382 |
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 = 649699
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 2194495 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.079
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
211 |
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 = 787220
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.078
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 2646294 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.078
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/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.078
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)
|
43 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.078
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
107 |
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`=3260616 |
0.078
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
334 |
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 = 1917086
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1017587 LIMIT 1 |
0.078
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 2865684 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.078
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.077
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)
|
142 |
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.077
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
159 |
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 = 537 |
0.077
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
281 |
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 = 289 |
0.077
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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
372 |
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 = 632823
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
451 |
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 = 2865684
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 5247816 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.077
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
562 |
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` = 6027088
AND image_shop.`cover` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:79 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
196 |
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 = 1199910
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.076
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
309 |
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 = 461 |
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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 649699 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.076
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 4952985 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.076
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
565 |
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` = 425869
AND image_shop.`cover` = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
571 |
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` = 6183399
AND image_shop.`cover` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:79 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
440 |
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 = 4952985
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.075
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)
|
90 |
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`=2457845 |
0.075
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
296 |
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 = 461 |
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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
461 |
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 = 2865717
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
558 |
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` = 5451129
AND image_shop.`cover` = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
174 |
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.074
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
191 |
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 = 489 |
0.074
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
207 |
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 = 467 |
0.074
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
327 |
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` = 5247816) |
0.074
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 649724 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.074
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
239 |
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 = 41 |
0.074
ms
|
1 |
|
|
/override/classes/serviceCore/suppliers/supplierBasic.php:59
/override/classes/serviceCore/suppliers/supplier41.php:11 (__construct)
/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
401 |
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 = 1017587
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.074
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 2646296 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.074
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
589 |
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` = 632823
AND image_shop.`cover` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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.073
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)
|
261 |
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`=5451129 |
0.073
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
276 |
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`=6027088 |
0.073
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.072
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.072
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)
|
595 |
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` = 649724
AND image_shop.`cover` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
604 |
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` = 5431142
AND image_shop.`cover` = 1 LIMIT 1 |
0.072
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:79 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
304 |
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`=5307102 |
0.071
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 2865717 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.071
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
568 |
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` = 5307102
AND image_shop.`cover` = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
577 |
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` = 1917086
AND image_shop.`cover` = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
601 |
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` = 2194495
AND image_shop.`cover` = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
291 |
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`=425869 |
0.071
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
416 |
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`=2194495 |
0.070
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
425 |
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`=5431142 |
0.070
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.070
ms
|
1 |
|
|
/classes/module/Module.php:2041
/classes/Hook.php:929 (getExceptionsStatic)
/override/classes/Dispatcher.php:637 (exec)
/index.php:28 (dispatch)
|
168 |
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`=4890296 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
620 |
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.070
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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.069
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
122 |
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`=1706445 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
153 |
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`=6102202 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
185 |
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`=4957292 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
217 |
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`=787220 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
350 |
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`=2646294 |
0.069
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
610 |
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` = 4952985
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
613 |
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` = 2865684
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
136 |
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`=3260097 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
233 |
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`=2136367 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
340 |
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`=1917086 |
0.069
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
359 |
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`=2646295 |
0.069
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
435 |
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`=1766257 |
0.069
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
457 |
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`=2865684 |
0.069
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
586 |
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` = 2646296
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
592 |
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` = 649699
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
598 |
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` = 1017587
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
607 |
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` = 1766257
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:79 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
616 |
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` = 2865717
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
202 |
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`=1199910 |
0.068
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
397 |
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`=649724 |
0.068
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
407 |
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`=1017587 |
0.068
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/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)
|
368 |
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`=2646296 |
0.068
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
467 |
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`=2865717 |
0.068
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
624 |
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.068
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
4 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.067
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)
|
378 |
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`=632823 |
0.067
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
388 |
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`=649699 |
0.067
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
446 |
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`=4952985 |
0.067
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
574 |
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` = 5247816
AND image_shop.`cover` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
315 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6183399 LIMIT 1 |
0.066
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
515 |
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` = 1239) LIMIT 1 |
0.066
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:76 (__construct)
/override/controllers/front/listing/categoryTypeController.php:95 (getBreadcrumb)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
580 |
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` = 2646294
AND image_shop.`cover` = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
92 |
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` = 1283 LIMIT 1 |
0.065
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE ext_id FROM mod_vehicules_types WHERE type_id = '21648' LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Vehicle.php:61
/override/classes/Vehicle.php:66 (getExtIdByIdType)
/override/controllers/front/listing/categoryTypeController.php:20 (exist)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
583 |
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` = 2646295
AND image_shop.`cover` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:7300 (getCover)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/71/cf/51/71cf5179c89de17609efff2d11bd212546ab176e_2.file.product.tpl.php:73 (getCoverWs)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e53ab13_09364805)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:218 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:258 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/05/32/1e/05321eb0052118f29b00871a421f8ef2fa6aa6d6_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/carminolayouts_layout_full_width_tpl/e3/30/87/e330873c6e7ad0e1ffa07d195ca31bdf5137f891_2.file.layout-both-columns.tpl.php:70 (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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
503 |
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 2646295 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
0.065
ms
|
1 |
Yes
|
|
/classes/Image.php:284
/override/classes/serviceCore/ProductService.php:1631 (getImages)
/override/controllers/front/listing/categoryTypeController.php:89 (getImagesProduct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
621 |
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.064
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
80 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1 |
0.064
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.064
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5451129 LIMIT 1 |
0.064
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1239 AND `id_shop` = 1 |
0.064
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:76 (__construct)
/override/controllers/front/listing/categoryTypeController.php:95 (getBreadcrumb)
/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)
|
272 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6027088 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 425869 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
622 |
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.062
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
623 |
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.062
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/25/7f/b8/257fb878e95bb666ccc618a3b0a22724f4a292f8_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49f435_31857405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/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/5e/e1/5b/5ee15b55ee95102f77a5a2e58196e5907d74241f_2.file.categoryType.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e7e13e49c661_42395561)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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)
|
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)
|
29 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.061
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)
|
50 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_extraoptions" LIMIT 1 |
0.061
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4890296 LIMIT 1 |
0.061
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5451129 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5307102 LIMIT 1 |
0.061
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2646296 LIMIT 1 |
0.061
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 632823 LIMIT 1 |
0.061
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2457845 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 3260616 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1706445 LIMIT 1 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
124 |
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` = 1411 LIMIT 1 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3260097 LIMIT 1 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6102202 LIMIT 1 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2136367 LIMIT 1 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 639 LIMIT 1 |
0.060
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2646295 LIMIT 1 |
0.060
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2646295 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2194495 LIMIT 1 |
0.060
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1766257 LIMIT 1 |
0.060
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
517 |
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` = 1238) LIMIT 1 |
0.060
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:76 (__construct)
/override/controllers/front/listing/categoryTypeController.php:95 (getBreadcrumb)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3260616 LIMIT 1 |
0.060
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 787220 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 289 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 425869 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5431142 LIMIT 1 |
0.060
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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)
|
138 |
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.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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
170 |
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` = 1646 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 378 LIMIT 1 |
0.059
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
187 |
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` = 1437 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1199910 LIMIT 1 |
0.059
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 146 LIMIT 1 |
0.059
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6027088 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 649699 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 649724 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1017587 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2865684 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
463 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2865717 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.059
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3260616 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4957292 LIMIT 1 |
0.059
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6183399 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1917086 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2646294 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4952985 LIMIT 1 |
0.059
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
493 |
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.059
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/override/controllers/front/listing/categoryTypeController.php:71 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 787220 LIMIT 1 |
0.058
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/categoryTypeController.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.058
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)
|
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)
|
75 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 109 LIMIT 1 |
0.058
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 53 |
0.058
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 988 LIMIT 1 |
0.058
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5307102 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1917086 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5431142 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1238 AND `id_shop` = 1 |
0.058
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:76 (__construct)
/override/controllers/front/listing/categoryTypeController.php:95 (getBreadcrumb)
/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.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2136367 AND id_shop=1 LIMIT 1 |
0.057
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/categoryTypeController.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)
|
134 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3260097 AND id_shop=1 LIMIT 1 |
0.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6102202 AND id_shop=1 LIMIT 1 |
0.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4890296 AND id_shop=1 LIMIT 1 |
0.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4957292 AND id_shop=1 LIMIT 1 |
0.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1199910 AND id_shop=1 LIMIT 1 |
0.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 787220 |
0.057
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 65 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
263 |
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` = 1244 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2646294 AND id_shop=1 LIMIT 1 |
0.057
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 649699 AND id_shop=1 LIMIT 1 |
0.057
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1017587 AND id_shop=1 LIMIT 1 |
0.057
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 29 LIMIT 1 |
0.057
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4952985 AND id_shop=1 LIMIT 1 |
0.057
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2865717 AND id_shop=1 LIMIT 1 |
0.057
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.056
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
109 |
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` = 1644 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/categoryTypeController.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, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 3260616 |
0.056
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1706445 AND id_shop=1 LIMIT 1 |
0.056
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1706445 |
0.056
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 507 LIMIT 1 |
0.056
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 632823 AND id_shop=1 LIMIT 1 |
0.056
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1 LIMIT 1 |
0.056
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 649724 AND id_shop=1 LIMIT 1 |
0.056
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2194495 AND id_shop=1 LIMIT 1 |
0.056
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1766257 AND id_shop=1 LIMIT 1 |
0.056
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2646296 AND id_shop=1 LIMIT 1 |
0.056
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2865684 AND id_shop=1 LIMIT 1 |
0.056
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
155 |
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` = 1417 LIMIT 1 |
0.055
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
235 |
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` = 1486 LIMIT 1 |
0.055
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 250 LIMIT 1 |
0.055
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 523 LIMIT 1 |
0.055
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.055
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)
|
128 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1706445 |
0.055
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 649724 |
0.055
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 546 LIMIT 1 |
0.054
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 5451129 = id_product |
0.054
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:617 (getShippingDate)
/override/classes/Product.php:595 (initDispoHTML)
/override/classes/serviceCore/ProductService.php:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
325 |
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 = 5247816 LIMIT 1 |
0.054
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
219 |
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` = 1241 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 787220 |
0.054
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.053
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)
|
85 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2457845 LIMIT 1 |
0.053
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2457845 = id_product |
0.053
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 5307102 = 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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 3260097 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1199910 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2136367 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 6027088 = 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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 425869 = 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:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
324 |
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 = 5247816
AND DATEDIFF("2025-10-09 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.051
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 54 LIMIT 1 |
0.051
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.051
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)
|
48 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.050
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2457845 |
0.050
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 576 LIMIT 1 |
0.050
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 5451129 |
0.050
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 25 LIMIT 1 |
0.050
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 6102202 = id_product |
0.050
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/categoryTypeController.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,id_next_supplier FROM ps_stock_dispo_gs
WHERE 4957292 = id_product |
0.050
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2457845 |
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/categoryTypeController.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, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 3260097 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 4890296 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1199910 |
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 70 LIMIT 1 |
0.049
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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)
|
194 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 86 LIMIT 1 |
0.049
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 51 LIMIT 1 |
0.049
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 5431142 |
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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 = 6102202 |
0.048
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 74 LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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 = 4890296 |
0.048
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/categoryTypeController.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, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 4957292 |
0.048
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2 LIMIT 1 |
0.048
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
319 |
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`=6183399 |
0.047
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2865684 |
0.047
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 4957292 |
0.047
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2136367 |
0.047
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 6027088 |
0.047
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 5307102 |
0.047
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1917086 |
0.047
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2646294 |
0.047
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1766257 |
0.047
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.046
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 3260097 |
0.046
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 6102202 |
0.046
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 4890296 |
0.046
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1199910 |
0.046
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2136367 |
0.046
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 425869 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
330 |
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`=5247816 |
0.046
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2646296 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 632823 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 649699 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2194495 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 4952985 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
468 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2865717 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 2646295 |
0.046
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 1017587 |
0.045
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2194495 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 1244) LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/Category.php:1974
/override/classes/PathMaker.php:101 (getInterval)
/override/classes/PathMaker.php:34 (getCategoryPath)
/override/controllers/front/listing/categoryTypeController.php:119 (breadCrumbsCategory)
/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.043
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2457845 AND `id_group` = 1 LIMIT 1 |
0.043
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 234 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5451129 AND `id_group` = 1 LIMIT 1 |
0.043
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 127 LIMIT 1 |
0.043
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/categoryTypeController.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,id_next_supplier FROM ps_stock_dispo_gs
WHERE 3260616 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6027088 AND `id_group` = 1 LIMIT 1 |
0.043
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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/override/controllers/front/listing/categoryTypeController.php:71 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1706445 = id_product |
0.042
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2646295 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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.041
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/categoryTypeController.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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3260616 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3260097 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4890296 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 787220 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 787220 = id_product |
0.041
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2136367 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 425869 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5307102 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:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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/categoryTypeController.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 2457845 = id_product |
0.040
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1706445 AND `id_group` = 1 LIMIT 1 |
0.040
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4957292 AND `id_group` = 1 LIMIT 1 |
0.040
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1917086 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2646294 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2646296 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 649699 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1017587 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5431142 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
466 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2865717 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1199910 AND `id_group` = 1 LIMIT 1 |
0.040
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5247816 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 632823 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1766257 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4952985 AND `id_group` = 1 LIMIT 1 |
0.040
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 3260616 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 489 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 649724 AND `id_group` = 1 LIMIT 1 |
0.039
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 570 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
456 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2865684 AND `id_group` = 1 LIMIT 1 |
0.039
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1706445 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6102202 AND `id_group` = 1 LIMIT 1 |
0.039
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.038
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/serviceCore/CrossSellingService.php:298 (getProductById)
/override/classes/controller/FrontController.php:119 (getOrderProducts)
/override/controllers/front/listing/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 537 LIMIT 1 |
0.038
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 4890296 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 41 LIMIT 1 |
0.038
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 461 LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:258 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5247816 AND id_shop=1 LIMIT 1 |
0.038
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 467 LIMIT 1 |
0.038
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 5451129 = id_product |
0.038
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 394 LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 40 LIMIT 1 |
0.037
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 3260097 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 6102202 = 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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 787220 = id_product |
0.037
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 6027088 = id_product |
0.037
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6183399 AND `id_group` = 1 LIMIT 1 |
0.037
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 4957292 = id_product |
0.036
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 2136367 = id_product |
0.036
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 425869 = id_product |
0.035
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/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.035
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 5307102 = id_product |
0.035
ms
|
0 |
|
|
/override/classes/Product.php:360
/override/classes/Product.php:477 (getShippingDate)
/override/classes/serviceCore/ProductService.php:271 (getAvailability)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 46 LIMIT 1 |
0.034
ms
|
1 |
|
|
/override/classes/Manufacturer.php:94
/classes/Product.php:734 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE stock_dispo,id_next_supplier FROM ps_stock_dispo_gs
WHERE 1199910 = id_product |
0.034
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 6183399 |
0.033
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1974
/override/classes/PathMaker.php:103 (getInterval)
/override/classes/PathMaker.php:34 (getCategoryPath)
/override/controllers/front/listing/categoryTypeController.php:119 (breadCrumbsCategory)
/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.032
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/categoryTypeController.php:10 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE stock_dispo, stock_verrouille FROM ps_stock_dispo_gs WHERE id_product = 5247816 |
0.031
ms
|
0 |
|
|
/override/classes/stock/StockAvailable.php:10
/override/classes/Product.php:1229 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5247816 AND `id_group` = 1 LIMIT 1 |
0.029
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:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 44 LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/serviceCore/ProductService.php:418 (__construct)
/override/controllers/front/listing/categoryTypeController.php:35 (getCategoryProducts)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/Dispatcher.php:796 (run)
/index.php:28 (dispatch)
|