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 `CRDS_configuration` c
LEFT JOIN `CRDS_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3882
ms
|
2482 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `CRDS_module` m
INNER JOIN CRDS_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 `CRDS_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `CRDS_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `CRDS_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `CRDS_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` |
2413
ms
|
1900 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE s.shop_name_unique, s.shop_image
from CRDS_wk_mp_seller AS s
INNER JOIN CRDS_wk_mp_seller_product AS sp ON s.id_seller = sp.id_seller
WHERE sp.id_ps_product = 5 |
2023
ms
|
5702 |
|
|
/override/controllers/front/ProductController.php:622
/override/controllers/front/ProductController.php:549<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.profile_banner, s.shop_name_unique
from CRDS_wk_mp_seller AS s
INNER JOIN CRDS_wk_mp_seller_product AS sp ON s.id_seller = sp.id_seller
WHERE sp.id_ps_product = 5 |
1870
ms
|
5702 |
|
|
/override/controllers/front/ProductController.php:599
/override/controllers/front/ProductController.php:543<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pwms.link_rewrite
FROM `CRDS_wk_mp_seller` pwms
WHERE pwms.id_seller = (SELECT pwmsp.id_seller
FROM `CRDS_wk_mp_seller_product` pwmsp
WHERE pwmsp.id_ps_product = 5) LIMIT 1 |
1650
ms
|
5702 |
|
|
/override/controllers/front/ProductController.php:560
/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `CRDS_category` c
INNER JOIN CRDS_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `CRDS_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `CRDS_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1578
ms
|
262 |
Yes
|
Yes
|
/override/classes/Category.php:927
/controllers/front/ProductController.php:828<br>/override/controllers/front/ProductController.php:463<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `CRDS_hook_module` hm
STRAIGHT_JOIN `CRDS_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `CRDS_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1575
ms
|
477 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/override/classes/Product.php:6780<br>/override/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `CRDS_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `CRDS_hook_alias` ha
INNER JOIN `CRDS_hook` h ON ha.name = h.name |
1496
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/override/classes/Product.php:6780<br>/override/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `CRDS_category` c
INNER JOIN CRDS_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `CRDS_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `CRDS_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1465
ms
|
262 |
Yes
|
Yes
|
/override/classes/Category.php:927
/controllers/front/ProductController.php:828<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `CRDS_product_attribute` pa
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN CRDS_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `CRDS_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `CRDS_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `CRDS_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `CRDS_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `CRDS_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN CRDS_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1139
ms
|
39 |
Yes
|
Yes
|
/override/classes/Product.php:4548
/controllers/front/ProductController.php:578<br>/override/controllers/front/ProductController.php:583<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `CRDS_meta` m
LEFT JOIN `CRDS_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1115
ms
|
160 |
Yes
|
|
/override/classes/Dispatcher.php:217
/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `CRDS_product_attribute` pa
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN CRDS_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `CRDS_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `CRDS_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `CRDS_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `CRDS_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `CRDS_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN CRDS_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1115
ms
|
39 |
Yes
|
Yes
|
/override/classes/Product.php:4548
/controllers/front/ProductController.php:578<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
1023
ms
|
5919 |
|
|
/override/classes/Link.php:619
/override/classes/Link.php:422<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `CRDS_hook` h
WHERE (h.active = 1) |
928
ms
|
858 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN CRDS_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
910
ms
|
262 |
Yes
|
Yes
|
/override/classes/Category.php:1154
/override/classes/Category.php:1090<br>/controllers/front/ProductController.php:838<br>/override/controllers/front/ProductController.php:463<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-12-06 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `CRDS_accessory`
LEFT JOIN `CRDS_product` p ON p.`id_product` = `id_product_2`
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `CRDS_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `CRDS_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `CRDS_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `CRDS_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `CRDS_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN CRDS_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 5 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
848
ms
|
1 |
|
Yes
|
/override/classes/Product.php:4638
/override/controllers/front/ProductController.php:500<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
827
ms
|
5919 |
|
|
/override/classes/Link.php:619
/override/classes/Link.php:422<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller_product` msp
JOIN `CRDS_product` p ON (p.`id_product` = msp.`id_ps_product`)
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
JOIN `CRDS_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
WHERE msp.`id_ps_product` = 5 AND pl.`id_lang` = 1 LIMIT 1 |
826
ms
|
5702 |
|
|
/modules/marketplace/classes/WkMpSellerProduct.php:220
/modules/marketplace/marketplace.php:419<br>/modules/marketplace/marketplace.php:537<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
822
ms
|
5919 |
|
|
/override/classes/Link.php:619
/override/classes/Link.php:422<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-12-06 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `CRDS_accessory`
LEFT JOIN `CRDS_product` p ON p.`id_product` = `id_product_2`
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `CRDS_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `CRDS_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `CRDS_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `CRDS_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `CRDS_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN CRDS_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 5 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
771
ms
|
1 |
|
Yes
|
/override/classes/Product.php:4638
/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
749
ms
|
5919 |
|
|
/override/classes/Link.php:619
/override/classes/Link.php:422<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
702
ms
|
5919 |
|
|
/override/classes/Dispatcher.php:1402
/override/classes/Dispatcher.php:352<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller_product` msp
JOIN `CRDS_product` p ON (p.`id_product` = msp.`id_ps_product`)
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
JOIN `CRDS_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
WHERE msp.`id_ps_product` = 5 AND pl.`id_lang` = 1 LIMIT 1 |
699
ms
|
5702 |
|
|
/modules/marketplace/classes/WkMpSellerProduct.php:220
/modules/marketplace/marketplace.php:658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image_shop.`id_image` id_image, il.`legend`, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute
FROM `CRDS_product` p
NATURAL LEFT JOIN `CRDS_product_lang` pl
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `CRDS_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `CRDS_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE pl.`id_lang` = 1
AND pl.id_shop = 1
AND p.`id_product` IN (15)
GROUP BY p.id_product LIMIT 1 |
686
ms
|
0 |
|
Yes
|
/classes/Pack.php:434
/controllers/front/ProductController.php:356<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image_shop.`id_image` id_image, il.`legend`, cl.`name` AS category_default, a.quantity AS pack_quantity, product_shop.`id_category_default`, a.id_product_pack, a.id_product_attribute_item
FROM `CRDS_pack` a
LEFT JOIN `CRDS_product` p ON p.id_product = a.id_product_item
LEFT JOIN `CRDS_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `CRDS_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `CRDS_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 15
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
686
ms
|
2 |
|
Yes
|
/classes/Pack.php:350
/override/classes/Product.php:5777<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
661
ms
|
5919 |
|
|
/override/classes/Link.php:619
/override/classes/Link.php:422<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`
FROM CRDS_product_lang
WHERE `link_rewrite` = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
660
ms
|
5919 |
|
|
/override/classes/Link.php:619
/override/classes/Link.php:422<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `CRDS_attribute` a
LEFT JOIN `CRDS_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `CRDS_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `CRDS_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `CRDS_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN CRDS_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5 |
656
ms
|
39 |
|
|
/override/classes/Product.php:7434
/controllers/front/ProductController.php:800<br>/controllers/front/ProductController.php:326<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 CRDS_shop_group gs
LEFT JOIN CRDS_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN CRDS_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 |
655
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `CRDS_meta` m
LEFT JOIN `CRDS_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
654
ms
|
160 |
Yes
|
|
/override/classes/Dispatcher.php:217
/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `CRDS_hook` |
616
ms
|
858 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `CRDS_attribute` a
LEFT JOIN `CRDS_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `CRDS_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `CRDS_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `CRDS_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN CRDS_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5 |
595
ms
|
39 |
|
|
/override/classes/Product.php:7434
/controllers/front/ProductController.php:800<br>/override/controllers/front/ProductController.php:468<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `CRDS_attribute` a
LEFT JOIN `CRDS_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `CRDS_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `CRDS_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `CRDS_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN CRDS_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5 |
578
ms
|
39 |
|
|
/override/classes/Product.php:7434
/override/classes/Product.php:7447<br>/controllers/front/ProductController.php:65<br>/controllers/front/ProductController.php:124<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image_shop.`id_image` id_image, il.`legend`, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute
FROM `CRDS_product` p
NATURAL LEFT JOIN `CRDS_product_lang` pl
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `CRDS_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `CRDS_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE pl.`id_lang` = 1
AND pl.id_shop = 1
AND p.`id_product` IN (15)
GROUP BY p.id_product LIMIT 1 |
510
ms
|
0 |
|
Yes
|
/classes/Pack.php:434
/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM CRDS_shop_url su
LEFT JOIN CRDS_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'marketplaceqa.initiumsoft.es' OR su.domain_ssl = 'marketplaceqa.initiumsoft.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
494
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `CRDS_module` m
LEFT JOIN `CRDS_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
488
ms
|
97 |
|
|
/classes/module/Module.php:340
/modules/marketplace/marketplace.php:79<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `CRDS_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `CRDS_cart_product` cp JOIN `CRDS_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `CRDS_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
480
ms
|
0 |
|
|
/override/classes/Cart.php:1433
/classes/Pack.php:315<br>/classes/Pack.php:221<br>/override/classes/Product.php:5780<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `CRDS_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-12-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-06 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
477
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:624
/override/controllers/front/ProductController.php:353<br>/override/controllers/front/ProductController.php:465<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `CRDS_tax_rule` tr
JOIN `CRDS_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
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 |
472
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:6781<br>/override/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.id_order
from CRDS_crdsaplazamiento AS a
WHERE a.uniquecrds = "bd1394078aa7fddf91994d3b5ca1fd93" LIMIT 1 |
471
ms
|
0 |
|
|
/modules/crdsaplazamiento/crdsaplazamiento.php:201
/modules/crdsaplazamiento/crdsaplazamiento.php:187<br>/modules/crdsaplazamiento/crdsaplazamiento.php:110<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8c/fb/2f/8cfb2f69383bb64c0a131ff6c8a8e31864da6d89_2.file.product-add-to-cart.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8c/fb/2f/8cfb2f69383bb64c0a131ff6c8a8e31864da6d89_2.file.product-add-to-cart.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:609<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `CRDS_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `CRDS_cart_product` cp JOIN `CRDS_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `CRDS_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
454
ms
|
0 |
|
|
/override/classes/Cart.php:1433
/classes/Pack.php:315<br>/override/classes/Product.php:4276<br>/override/classes/Product.php:5746<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `CRDS_connections`
WHERE `id_guest` = 1876956
AND `date_add` > '2025-12-06 21:56:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
452
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:683<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `CRDS_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `CRDS_cart_product` cp JOIN `CRDS_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `CRDS_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
446
ms
|
0 |
|
|
/override/classes/Cart.php:1433
/override/classes/Product.php:4284<br>/override/classes/Product.php:5746<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `CRDS_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-12-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-06 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
441
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:624
/override/controllers/front/ProductController.php:353<br>/controllers/front/ProductController.php:323<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `CRDS_cart_rule` WHERE date_to >= "2025-12-06 00:00:00" AND date_to <= "2025-12-06 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from >= "2025-12-06 00:00:00" AND date_from <= "2025-12-06 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from < "2025-12-06 00:00:00" AND date_to > "2025-12-06 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
434
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/override/classes/Cart.php:3025<br>/override/classes/Cart.php:3399<br>/override/classes/Cart.php:3472<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/override/classes/Cart.php:2194<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/override/classes/controller/FrontController.php:524<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`reference` AS attribute_reference, agl.`name` AS group_name, al.`name` AS attribute_name, pai.`id_image` AS id_product_attribute_image
FROM `CRDS_product_attribute` pa
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `CRDS_product_attribute_combination` pac ON pac.`id_product_attribute` = 19
LEFT JOIN `CRDS_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `CRDS_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `CRDS_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `CRDS_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `CRDS_product_attribute_image` pai ON (19 = pai.`id_product_attribute`)
WHERE pa.`id_product` = 5 AND pa.`id_product_attribute` = 19
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
423
ms
|
1 |
|
Yes
|
/classes/Pack.php:369
/override/classes/Product.php:5777<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product` a
LEFT JOIN `CRDS_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product` a
LEFT JOIN `CRDS_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/override/classes/Product.php:5622<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_currency` c ORDER BY `iso_code` ASC |
415
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/override/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `CRDS_module` m
LEFT JOIN `CRDS_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
415
ms
|
97 |
|
|
/classes/module/Module.php:340
/modules/iqitthemeeditor/iqitthemeeditor.php:40<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product` a
LEFT JOIN `CRDS_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/override/classes/Link.php:473<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `CRDS_cart_product` cp
WHERE cp.`id_product_attribute` = 19
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `CRDS_cart_product` cp JOIN `CRDS_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `CRDS_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
413
ms
|
0 |
|
|
/override/classes/Cart.php:1433
/override/classes/Product.php:4284<br>/override/classes/Product.php:5756<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
408
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Link.php:473<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
405
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/79/58/2f/79582fccae29aae42560128ecde99fb3a37341ef_2.file.product-jsonld.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/30/1d/98/301d98e7e42b74bfbdc125f8c47f0e06ff969d84_2.file.head.tpl.php:424<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/30/1d/98/301d98e7e42b74bfbdc125f8c47f0e06ff969d84_2.file.head.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:295<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
403
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/ps_sharebuttons/ps_sharebuttons.php:186<br>/modules/ps_sharebuttons/ps_sharebuttons.php:168<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product` a
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) LIMIT 1 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/override/classes/Tools.php:4541<br>/override/controllers/front/ProductController.php:90<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM CRDS_iqit_elementor_product c LEFT JOIN CRDS_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 5 AND s.id_shop = 1 LIMIT 1 |
383
ms
|
1 |
|
|
/modules/iqitelementor/src/IqitElementorProduct.php:74
/modules/iqitelementor/iqitelementor.php:599<br>/modules/iqitelementor/iqitelementor.php:552<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/47/e0/9c/47e09cf3d0cd2d4651d8f4b97b7abebd26451b8e_2.file.product-tabs-accordion.tpl.php:262<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/47/e0/9c/47e09cf3d0cd2d4651d8f4b97b7abebd26451b8e_2.file.product-tabs-accordion.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1081<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM CRDS_shop s
LEFT JOIN CRDS_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 |
380
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `CRDS_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
(SELECT 1 FROM `CRDS_cart_rule` WHERE date_to >= "2025-12-06 00:00:00" AND date_to <= "2025-12-06 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from >= "2025-12-06 00:00:00" AND date_from <= "2025-12-06 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from < "2025-12-06 00:00:00" AND date_to > "2025-12-06 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
368
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/override/classes/Cart.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:447<br>/override/classes/controller/FrontController.php:524<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE agl.`name` AS group_name, al.`name` AS attribute_name, pa.`reference` AS attribute_reference
FROM `CRDS_product_attribute` pa
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `CRDS_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `CRDS_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `CRDS_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `CRDS_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `CRDS_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product_attribute` = 19
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
360
ms
|
1 |
|
Yes
|
/classes/Pack.php:184
/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `CRDS_product_attribute_image` pai
LEFT JOIN `CRDS_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `CRDS_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19, 20, 21) AND il.`id_lang` = 1 ORDER by i.`position` |
359
ms
|
3 |
Yes
|
|
/override/classes/Product.php:2901
/controllers/front/ProductController.php:580<br>/override/controllers/front/ProductController.php:583<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
359
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Link.php:473<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta_lang
WHERE url_rewrite = "today-is-a-good-day-framed-poster"
AND `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 |
353
ms
|
72 |
|
|
/override/classes/Dispatcher.php:1382
/override/classes/Dispatcher.php:326<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM CRDS_feature_product pf
LEFT JOIN CRDS_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN CRDS_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN CRDS_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN CRDS_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5
ORDER BY f.position ASC |
346
ms
|
1 |
Yes
|
|
/override/classes/Product.php:5904
/override/classes/Product.php:5766<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_manufacturer` a
LEFT JOIN `CRDS_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `CRDS_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/override/controllers/front/ProductController.php:532<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM CRDS_iqitadditionaltab t
LEFT JOIN CRDS_iqitadditionaltab_lang tl ON (t.id_iqitadditionaltab = tl.id_iqitadditionaltab AND tl.id_lang = 1)
INNER JOIN CRDS_iqitadditionaltab_shop iqitadditionaltab_shop
ON (iqitadditionaltab_shop.id_iqitadditionaltab = t.id_iqitadditionaltab AND iqitadditionaltab_shop.id_shop = 1)
WHERE (t.id_product = 0 OR t.id_product = 5) AND t.`active` = 1 GROUP BY t.id_iqitadditionaltab
ORDER BY t.`position` |
337
ms
|
1 |
Yes
|
Yes
|
/modules/iqitadditionaltabs/src/IqitAdditionalTab.php:118
/modules/iqitadditionaltabs/iqitadditionaltabs.php:558<br>/modules/iqitadditionaltabs/iqitadditionaltabs.php:530<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/override/controllers/front/ProductController.php:128<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product` a
LEFT JOIN `CRDS_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_country` a
LEFT JOIN `CRDS_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `CRDS_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `CRDS_attribute` a
LEFT JOIN `CRDS_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `CRDS_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `CRDS_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `CRDS_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5
AND pac.`id_product_attribute` = 19
AND agl.`id_lang` = 1 |
336
ms
|
1 |
|
|
/override/classes/Product.php:7405
/override/classes/Product.php:5792<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
330
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Link.php:473<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `CRDS_lang` l
JOIN CRDS_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
330
ms
|
2 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM CRDS_feature_product pf
LEFT JOIN CRDS_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN CRDS_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN CRDS_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN CRDS_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15
ORDER BY f.position ASC |
329
ms
|
1 |
Yes
|
|
/override/classes/Product.php:5904
/override/classes/Product.php:5766<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitaddthisplugin" LIMIT 1 |
325
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:637<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1061<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_seller
from CRDS_wk_mp_seller AS s
INNER JOIN CRDS_wk_mp_seller_product AS sp ON s.id_seller = sp.id_seller
WHERE sp.id_ps_product = 5 LIMIT 1 |
325
ms
|
5702 |
|
|
/override/classes/Tools.php:4592
/override/controllers/front/ProductController.php:566<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
323
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Link.php:473<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
322
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `CRDS_tax_rule` tr
JOIN `CRDS_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
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 |
318
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:3920<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:4106<br>/override/controllers/front/ProductController.php:410<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
318
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Product.php:5622<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
317
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/controllers/front/ProductController.php:95<br>/override/classes/controller/FrontController.php:1719<br>/controllers/front/ProductController.php:1366<br>/override/classes/controller/FrontController.php:528<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_seller
from CRDS_wk_mp_seller AS s
INNER JOIN CRDS_wk_mp_seller_product AS sp ON s.id_seller = sp.id_seller
WHERE sp.id_ps_product = 5 LIMIT 1 |
316
ms
|
5702 |
|
|
/override/classes/Tools.php:4592
/override/classes/Tools.php:4546<br>/override/controllers/front/ProductController.php:90<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `CRDS_image` i
INNER JOIN CRDS_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `CRDS_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
316
ms
|
1 |
Yes
|
|
/override/classes/Product.php:3515
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `CRDS_image` i
INNER JOIN CRDS_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `CRDS_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
316
ms
|
1 |
Yes
|
|
/override/classes/Product.php:3515
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
312
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Link.php:473<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `CRDS_currency` c
LEFT JOIN CRDS_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
311
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/iqitlinksmanager/iqitlinksmanager.php:148<br>/modules/iqitlinksmanager/iqitlinksmanager.php:115<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitelementor" LIMIT 1 |
311
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/47/e0/9c/47e09cf3d0cd2d4651d8f4b97b7abebd26451b8e_2.file.product-tabs-accordion.tpl.php:262<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/47/e0/9c/47e09cf3d0cd2d4651d8f4b97b7abebd26451b8e_2.file.product-tabs-accordion.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1081<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `CRDS_hook_alias` |
310
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller` s
LEFT JOIN `CRDS_wk_mp_seller_lang` sl on (sl.`id_seller` = s.`id_seller`)
where s.`id_seller` =3
AND sl.`id_lang` = 1 AND id_shop IN (1) LIMIT 1 |
310
ms
|
1 |
|
|
/modules/marketplace/classes/WkMpSeller.php:227
/modules/marketplace/marketplace.php:458<br>/modules/marketplace/marketplace.php:537<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `CRDS_lang` l
LEFT JOIN `CRDS_lang_shop` ls ON (l.id_lang = ls.id_lang) |
302
ms
|
2 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta
WHERE page = "product" LIMIT 1 |
297
ms
|
1 |
|
|
/override/classes/Link.php:565
/override/classes/Link.php:334<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_lang` a
LEFT JOIN `CRDS_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM CRDS_tag t
LEFT JOIN CRDS_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=5 |
294
ms
|
1 |
|
|
/classes/Tag.php:229
/modules/iqitproducttags/iqitproducttags.php:89<br>/modules/iqitproducttags/iqitproducttags.php:78<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.id_order
from CRDS_crdsaplazamiento AS a
WHERE a.uniquecrds = "bd1394078aa7fddf91994d3b5ca1fd93" LIMIT 1 |
289
ms
|
0 |
|
|
/modules/crdsaplazamiento/crdsaplazamiento.php:201
/modules/crdsaplazamiento/crdsaplazamiento.php:187<br>/modules/crdsaplazamiento/crdsaplazamiento.php:127<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `CRDS_product_attribute_image` pai
LEFT JOIN `CRDS_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `CRDS_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19, 20, 21) AND il.`id_lang` = 1 ORDER by i.`position` |
288
ms
|
3 |
Yes
|
|
/override/classes/Product.php:2901
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` a0
LEFT JOIN `CRDS_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 541) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
287
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/ProductController.php:1247<br>/override/classes/controller/FrontController.php:1736<br>/override/classes/controller/FrontController.php:533<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
283
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Link.php:473<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `CRDS_image` i
INNER JOIN CRDS_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5
AND image_shop.`cover` = 1 LIMIT 1 |
283
ms
|
1 |
|
|
/override/classes/Product.php:3540
/override/classes/Product.php:5605<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `CRDS_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
282
ms
|
4 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:613<br>/override/controllers/front/ProductController.php:353<br>/override/controllers/front/ProductController.php:465<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product` a
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/classes/Pack.php:261<br>/override/classes/Product.php:4276<br>/override/classes/Product.php:5746<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `CRDS_product_attribute_image` pai
LEFT JOIN `CRDS_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `CRDS_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19, 20, 21) AND il.`id_lang` = 1 ORDER by i.`position` |
279
ms
|
3 |
Yes
|
|
/override/classes/Product.php:2901
/controllers/front/ProductController.php:580<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `CRDS_tab` |
278
ms
|
195 |
|
|
/classes/Tab.php:359
/controllers/front/ProductController.php:134<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `CRDS_product_attribute_image` pai
LEFT JOIN `CRDS_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `CRDS_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19, 20, 21) AND il.`id_lang` = 1 ORDER by i.`position` |
276
ms
|
3 |
Yes
|
|
/override/classes/Product.php:2901
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
273
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/controllers/front/ProductController.php:1265<br>/override/classes/controller/FrontController.php:1736<br>/override/classes/controller/FrontController.php:533<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
273
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/controllers/front/ProductController.php:76<br>/controllers/front/ProductController.php:124<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `CRDS_product` p
INNER JOIN `CRDS_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_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` = 5) |
270
ms
|
3 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "ps_linklist" LIMIT 1 |
269
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a0/59/e5/a059e552e2e13674399fef096f722be02e706bf9_2.file.footer-5.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a0/59/e5/a059e552e2e13674399fef096f722be02e706bf9_2.file.footer-5.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/17/46/e4/1746e4af8e661da1ce3f9e3afa8b812c8d738ed5_2.file.footer.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:649<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller_review`
WHERE `id_seller` =3
AND `active` =1 ORDER BY date_upd DESC |
266
ms
|
1 |
Yes
|
|
/modules/marketplace/classes/WkMpSellerReview.php:77
/modules/marketplace/classes/WkMpSellerReview.php:117<br>/modules/marketplace/marketplace.php:432<br>/modules/marketplace/marketplace.php:537<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 2 AND c.nright >= 541)
ORDER BY c.nleft |
265
ms
|
2 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/override/classes/Product.php:5622<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitproducttags" LIMIT 1 |
262
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `CRDS_product` p
INNER JOIN `CRDS_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_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` = 15) |
260
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:5639<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `CRDS_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 8 LIMIT 1 |
253
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `CRDS_product` p LEFT JOIN `CRDS_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5 AND pa.`id_product` = 5 AND pa.`id_product_attribute` = 19 LIMIT 1 |
251
ms
|
1 |
|
|
/override/classes/Product.php:1135
/override/classes/Product.php:5760<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `CRDS_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
251
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/override/classes/Product.php:4283<br>/override/classes/Product.php:5746<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_category` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `CRDS_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 |
250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/controllers/front/ProductController.php:236<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `CRDS_pack` a
WHERE a.`id_product_item` = 5 LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Pack.php:409
/controllers/front/ProductController.php:356<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `CRDS_product` p
INNER JOIN CRDS_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 5
AND DATEDIFF("2025-12-06 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
249
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/controllers/front/ProductController.php:240<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `CRDS_product` p
INNER JOIN `CRDS_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `CRDS_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` = 7) |
245
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:4106<br>/classes/Pack.php:138<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `CRDS_hook_alias` |
243
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM CRDS_product_attribute pa
INNER JOIN CRDS_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 = 5 LIMIT 1 |
241
ms
|
3 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_currency` a
LEFT JOIN `CRDS_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/override/classes/Tools.php:701<br>/override/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "mpsellerstaff" LIMIT 1 |
240
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/marketplace/marketplace.php:25<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
240
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/controller/FrontController.php:1573<br>/override/classes/controller/FrontController.php:1710<br>/controllers/front/ProductController.php:1366<br>/override/classes/controller/FrontController.php:528<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_currency` a
LEFT JOIN `CRDS_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `CRDS_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/override/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `CRDS_image` i
INNER JOIN CRDS_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15
AND image_shop.`cover` = 1 LIMIT 1 |
234
ms
|
1 |
|
|
/override/classes/Product.php:3540
/override/classes/Product.php:5605<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitadditionaltabs" LIMIT 1 |
233
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/override/controllers/front/ProductController.php:128<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:637<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1061<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product_lang`
WHERE `id_product` = 5 AND `id_shop` = 1 |
232
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/override/classes/Tools.php:4541<br>/override/controllers/front/ProductController.php:90<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `CRDS_specific_price` WHERE `id_product` != 0 |
230
ms
|
2 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:613<br>/override/controllers/front/ProductController.php:353<br>/override/controllers/front/ProductController.php:465<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM CRDS_product_attribute pa
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 5 LIMIT 1 |
230
ms
|
3 |
|
|
/override/classes/Product.php:1051
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `CRDS_category_product` cp
INNER JOIN `CRDS_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 5 AND ctg.`id_group` = 1 LIMIT 1 |
228
ms
|
1 |
|
|
/override/classes/Product.php:6622
/override/classes/Product.php:6600<br>/controllers/front/ProductController.php:194<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller`
WHERE `id_seller` =3 AND id_shop IN (1) LIMIT 1 |
226
ms
|
1 |
|
|
/modules/marketplace/classes/WkMpSeller.php:208
/modules/marketplace/marketplace.php:458<br>/modules/marketplace/marketplace.php:537<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `CRDS_hook`
WHERE `id_hook` = 746 LIMIT 1 |
226
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/override/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM CRDS_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
226
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/override/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM `CRDS_hook_module_exceptions`
WHERE `id_shop` IN (1) |
224
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:521<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `CRDS_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/override/classes/Product.php:4283<br>/override/classes/Product.php:5756<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product_attribute` a
LEFT JOIN `CRDS_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19) LIMIT 1 |
224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/override/classes/Product.php:5809<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `CRDS_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
221
ms
|
2 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/override/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
221
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_group` a
LEFT JOIN `CRDS_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/override/classes/Cart.php:252<br>/override/classes/Cart.php:225<br>/override/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `CRDS_pack` a
WHERE a.`id_product_item` = 5 LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Pack.php:409
/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `CRDS_product_attribute`
WHERE `id_product` = 5 |
211
ms
|
3 |
|
|
/override/classes/Product.php:2882
/controllers/front/ProductController.php:580<br>/override/controllers/front/ProductController.php:583<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `CRDS_pack` WHERE id_product_pack = 5 LIMIT 1 |
210
ms
|
1 |
|
|
/classes/Pack.php:89
/override/controllers/front/ProductController.php:397<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
209
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM CRDS_tag t
LEFT JOIN CRDS_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=5 |
206
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `CRDS_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
206
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/override/classes/Link.php:473<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `CRDS_address_format`
WHERE `id_country` = 6 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/override/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM CRDS_product_attribute pa
INNER JOIN CRDS_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 = 7 LIMIT 1 |
204
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:4106<br>/classes/Pack.php:138<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `CRDS_module` m
LEFT JOIN `CRDS_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_categorytree"
AND ms.`id_shop` IN (1) LIMIT 1 |
203
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/controllers/front/ProductController.php:240<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `CRDS_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
202
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/override/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "pm_advancedsearch4" LIMIT 1 |
198
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:994<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_country` a
LEFT JOIN `CRDS_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/override/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_country_lang`
WHERE `id_country` = 6 |
198
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/override/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta
WHERE page = "product" LIMIT 1 |
196
ms
|
1 |
|
|
/override/classes/Link.php:565
/override/classes/Link.php:334<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_product_lang`
WHERE `id_product` = 15 AND `id_shop` = 1 |
194
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/classes/Pack.php:261<br>/override/classes/Product.php:4276<br>/override/classes/Product.php:5746<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:229<br>/modules/marketplace/marketplace.php:658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `CRDS_product_attribute`
WHERE `id_product` = 5 |
193
ms
|
3 |
|
|
/override/classes/Product.php:2882
/controllers/front/ProductController.php:580<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `CRDS_product_shop`
WHERE `id_product` = 5 AND id_shop=1 LIMIT 1 |
191
ms
|
1 |
|
|
/override/classes/Product.php:6758
/override/classes/Product.php:3892<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM CRDS_required_field |
191
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/override/classes/controller/FrontController.php:532<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
191
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
190
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `CRDS_pack` where id_product_pack = 5 |
189
ms
|
1 |
|
|
/classes/Pack.php:164
/classes/Pack.php:135<br>/override/classes/Product.php:6590<br>/override/controllers/front/ProductController.php:495<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `CRDS_product_attribute` pa
INNER JOIN CRDS_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 19 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Combination.php:543
/override/classes/Product.php:5626<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `CRDS_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
187
ms
|
0 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/override/classes/Tools.php:4541<br>/override/controllers/front/ProductController.php:90<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `CRDS_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
186
ms
|
1 |
|
|
/override/classes/Category.php:1965
/override/classes/Product.php:7746<br>/classes/Link.php:238<br>/controllers/front/ProductController.php:76<br>/controllers/front/ProductController.php:124<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/47/e0/9c/47e09cf3d0cd2d4651d8f4b97b7abebd26451b8e_2.file.product-tabs-accordion.tpl.php:262<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/47/e0/9c/47e09cf3d0cd2d4651d8f4b97b7abebd26451b8e_2.file.product-tabs-accordion.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1081<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `CRDS_specific_price` WHERE id_product = 0 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/override/classes/Product.php:3794<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "iqitcookielaw" LIMIT 1 |
186
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:683<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `CRDS_pack` WHERE id_product_pack = 15 LIMIT 1 |
186
ms
|
2 |
|
|
/classes/Pack.php:89
/override/classes/Product.php:4275<br>/override/classes/Product.php:5746<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta
WHERE page = "product" LIMIT 1 |
184
ms
|
1 |
|
|
/override/classes/Link.php:565
/override/classes/Link.php:334<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
184
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/marketplace/marketplace.php:25<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/override/classes/Dispatcher.php:181<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
182
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/override/classes/Product.php:6781<br>/override/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `CRDS_product_attribute`
WHERE `id_product` = 5 |
182
ms
|
3 |
|
|
/override/classes/Product.php:2882
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta
WHERE page = "product" LIMIT 1 |
182
ms
|
1 |
|
|
/override/classes/Link.php:565
/override/classes/Link.php:334<br>/override/classes/controller/FrontController.php:2044<br>/override/classes/controller/FrontController.php:1527<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 15 AND `id_group` = 1 LIMIT 1 |
181
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:5639<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_currency_lang`
WHERE `id_currency` = 1 |
181
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/override/classes/Tools.php:701<br>/override/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:4278<br>/override/classes/Product.php:5756<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `CRDS_specific_price` WHERE id_product = 15 LIMIT 1 |
177
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/Product.php:3794<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:5639<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `CRDS_product_attribute`
WHERE `id_product` = 5 |
176
ms
|
3 |
|
|
/override/classes/Product.php:2882
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/override/controllers/front/ProductController.php:167<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `CRDS_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/override/classes/Product.php:726<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `CRDS_pack` WHERE id_product_item = 15 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Pack.php:114
/classes/Pack.php:441<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 31 AND `id_shop` = 1 LIMIT 1 |
175
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/8a/94/be8a949636f1fa032873096949f08880ffb7f396_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:545<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:624<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `CRDS_country`
WHERE `id_country` = 6 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/controllers/front/ProductController.php:237<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta
WHERE page = "product" LIMIT 1 |
173
ms
|
1 |
|
|
/override/classes/Link.php:565
/override/classes/Link.php:334<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:264<br>/override/classes/Product.php:4276<br>/override/classes/Product.php:5746<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `CRDS_specific_price` WHERE `from` BETWEEN '2025-12-06 00:00:00' AND '2025-12-06 23:59:59' LIMIT 1 |
170
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:613<br>/override/controllers/front/ProductController.php:353<br>/override/controllers/front/ProductController.php:465<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta
WHERE page = "product" LIMIT 1 |
170
ms
|
1 |
|
|
/override/classes/Link.php:565
/override/classes/Link.php:334<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechild/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller_review`
WHERE `id_seller` =3
AND `active` =1 ORDER BY date_upd DESC |
168
ms
|
1 |
Yes
|
|
/modules/marketplace/classes/WkMpSellerReview.php:77
/modules/marketplace/classes/WkMpSellerReview.php:117<br>/modules/marketplace/marketplace.php:659<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_tax_lang`
WHERE `id_tax` = 1 |
168
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/override/classes/Product.php:6781<br>/override/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_group_lang`
WHERE `id_group` = 1 |
165
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/override/classes/Cart.php:252<br>/override/classes/Cart.php:225<br>/override/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `CRDS_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
164
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/override/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `CRDS_country`
WHERE `id_country` = 6 LIMIT 1 |
164
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/override/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/override/classes/Product.php:5809<br>/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 104 AND `id_shop` = 1 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a0/59/e5/a059e552e2e13674399fef096f722be02e706bf9_2.file.footer-5.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a0/59/e5/a059e552e2e13674399fef096f722be02e706bf9_2.file.footer-5.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/17/46/e4/1746e4af8e661da1ce3f9e3afa8b812c8d738ed5_2.file.footer.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:649<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `CRDS_specific_price` WHERE id_product = 7 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/Product.php:3794<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:4106<br>/classes/Pack.php:138<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/override/controllers/front/ProductController.php:128<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `CRDS_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
159
ms
|
2 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/override/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `CRDS_product_shop`
WHERE `id_product` = 7 AND id_shop=1 LIMIT 1 |
159
ms
|
1 |
|
|
/override/classes/Product.php:6758
/override/classes/Product.php:5854<br>/classes/Pack.php:382<br>/override/classes/Product.php:5777<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
159
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `CRDS_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE name FROM CRDS_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
158
ms
|
1 |
|
|
/override/classes/Product.php:5621
/override/controllers/front/ProductController.php:130<br>/override/controllers/front/ProductController.php:516<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `CRDS_category_shop`
WHERE `id_category` = 2
AND id_shop = 1 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:822<br>/override/controllers/front/ProductController.php:463<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `CRDS_lang` WHERE `iso_code` = 'es' LIMIT 1 |
157
ms
|
2 |
|
|
/classes/Language.php:824
/override/classes/Tools.php:644<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM CRDS_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
157
ms
|
1 |
|
|
/override/classes/Product.php:5621
/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `CRDS_product_shop`
WHERE `id_product` = 5
AND id_shop = 1 LIMIT 1 |
156
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:140<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
156
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:4106<br>/classes/Pack.php:138<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `CRDS_pack` where id_product_pack = 15 |
156
ms
|
2 |
|
|
/classes/Pack.php:164
/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `CRDS_group`
WHERE `id_group` = 1 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Group.php:154
/override/classes/Product.php:3962<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `CRDS_specific_price_priority`
WHERE `id_product` = 5
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
152
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:616<br>/override/controllers/front/ProductController.php:353<br>/override/controllers/front/ProductController.php:465<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `CRDS_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/override/classes/Tools.php:708<br>/override/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `CRDS_supplier` WHERE `id_supplier` = 1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Supplier.php:244
/override/classes/Product.php:727<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `CRDS_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
149
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `CRDS_specific_price` WHERE id_product = 5 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/Product.php:3794<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/da/42/14/da4214f9035f8b7f031323847d605320dcaf6ffe_2.file.header-3.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `CRDS_specific_price` WHERE `to` BETWEEN '2025-12-06 00:00:00' AND '2025-12-06 23:59:59' LIMIT 1 |
146
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:613<br>/override/controllers/front/ProductController.php:353<br>/override/controllers/front/ProductController.php:465<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:683<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/07/eb/0a07eb21b59e26a5932b921d7459b08b884df802_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:371<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/43/1e/f4/431ef410525a879017d4802810a437dd957dd59b_2.file.layout-custom-both-columns.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/34/61/77/346177485ef7c6cd37689050efb66d358b8b519d_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/20/6c/42/206c423c3dfe0fb36cd36c2dc8d96c5a5f8dce2d_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/override/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
143
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1146<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `CRDS_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `CRDS_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/override/classes/Cart.php:252<br>/override/classes/Cart.php:225<br>/override/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
142
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/controller/FrontController.php:1573<br>/override/classes/controller/FrontController.php:1710<br>/controllers/front/ProductController.php:1366<br>/override/classes/controller/FrontController.php:528<br>/override/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:586<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `CRDS_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `CRDS_product_shop`
WHERE `id_product` = 15 AND id_shop=1 LIMIT 1 |
141
ms
|
1 |
|
|
/override/classes/Product.php:6758
/override/classes/Product.php:3892<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:5639<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `CRDS_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/override/controllers/front/ProductController.php:91<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "marketplace" LIMIT 1 |
137
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1100<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `CRDS_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/override/classes/Product.php:5778<br>/classes/Pack.php:442<br>/override/controllers/front/ProductController.php:498<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
134
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:994<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `page`
FROM CRDS_meta
WHERE id_meta = 0 LIMIT 1 |
133
ms
|
0 |
|
|
/override/classes/Dispatcher.php:1353
/override/classes/Dispatcher.php:327<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1100<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "pk_amp" LIMIT 1 |
120
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1146<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module` WHERE `name` = "homecomments" LIMIT 1 |
119
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1219<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
113
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1219<br>/classes/Dispatcher.php:359<br>/index.php:28
|